forked from OSchip/llvm-project
parent
fc371c6c1d
commit
1e916900ba
|
@ -123,7 +123,7 @@ public:
|
||||||
// Delete loop from the loop queue and loop nest (LoopInfo).
|
// Delete loop from the loop queue and loop nest (LoopInfo).
|
||||||
void deleteLoopFromQueue(Loop *L);
|
void deleteLoopFromQueue(Loop *L);
|
||||||
|
|
||||||
// Inset loop into the loop nest(LoopInfo) and loop queue(LQ).
|
// Insert loop into the loop nest(LoopInfo) and loop queue(LQ).
|
||||||
void insertLoop(Loop *L, Loop *ParentLoop);
|
void insertLoop(Loop *L, Loop *ParentLoop);
|
||||||
|
|
||||||
// Reoptimize this loop. LPPassManager will re-insert this loop into the
|
// Reoptimize this loop. LPPassManager will re-insert this loop into the
|
||||||
|
|
Loading…
Reference in New Issue