|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/LoopInfoImpl.h 556 LoopT *L = AllocateLoop(Header);
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp 1367 Loop &New = *LI.AllocateLoop();
lib/Transforms/Scalar/LoopIdiomRecognize.cpp 2538 Loop *PhonyLoop = LI->AllocateLoop();
lib/Transforms/Scalar/LoopUnswitch.cpp 909 Loop &New = *LI->AllocateLoop();
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp 1156 Loop *ClonedRootL = LI.AllocateLoop();
1177 Loop *ClonedL = LI.AllocateLoop();
1288 ClonedL = LI.AllocateLoop();
lib/Transforms/Utils/CloneFunction.cpp 761 Loop *NewLoop = LI->AllocateLoop();
785 NewLoop = LI->AllocateLoop();
lib/Transforms/Utils/LoopSimplify.cpp 268 Loop *NewOuter = LI->AllocateLoop();
lib/Transforms/Utils/LoopUnroll.cpp 144 NewLoop = LI->AllocateLoop();
lib/Transforms/Vectorize/LoopVectorize.cpp 2946 Loop *Lp = LI->AllocateLoop();
tools/polly/lib/CodeGen/LoopGenerators.cpp 104 Loop *NewLoop = LI.AllocateLoop();
unittests/Transforms/Scalar/LoopPassManagerTest.cpp 952 auto *NewLoop = AR.LI.AllocateLoop();
998 auto *NewLoop = AR.LI.AllocateLoop();
1146 auto *NewLoop = AR.LI.AllocateLoop();
1188 Loop *NewLoops[] = {AR.LI.AllocateLoop(), AR.LI.AllocateLoop(),
1188 Loop *NewLoops[] = {AR.LI.AllocateLoop(), AR.LI.AllocateLoop(),
1189 AR.LI.AllocateLoop()};
1268 auto *NewLoop = AR.LI.AllocateLoop();
1499 auto *NewSibling = AR.LI.AllocateLoop();