Home
last modified time | relevance | path

Searched refs:AllocateLoop (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Utils/
DMatrixUtils.cpp73 Loop *ColLoop = LI.AllocateLoop(); in CreateTiledLoops()
74 Loop *RowLoop = LI.AllocateLoop(); in CreateTiledLoops()
75 Loop *InnerLoop = LI.AllocateLoop(); in CreateTiledLoops()
DFixIrreducible.cpp197 auto NewLoop = LI.AllocateLoop(); in createNaturalLoopInternal()
DCloneFunction.cpp765 Loop *NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
789 NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
DLoopUnroll.cpp150 NewLoop = LI->AllocateLoop(); in addClonedBlockToLoopInfo()
DLoopSimplify.cpp289 Loop *NewOuter = LI->AllocateLoop(); in separateNestedLoop()
DLoopUtils.cpp1572 Loop &New = *LI->AllocateLoop(); in cloneLoop()
/external/llvm-project/llvm/unittests/Transforms/Scalar/
DLoopPassManagerTest.cpp961 auto *NewLoop = AR.LI.AllocateLoop(); in TEST_F()
1007 auto *NewLoop = AR.LI.AllocateLoop(); in TEST_F()
1155 auto *NewLoop = AR.LI.AllocateLoop(); in TEST_F()
1197 Loop *NewLoops[] = {AR.LI.AllocateLoop(), AR.LI.AllocateLoop(), in TEST_F()
1198 AR.LI.AllocateLoop()}; in TEST_F()
1277 auto *NewLoop = AR.LI.AllocateLoop(); in TEST_F()
1508 auto *NewSibling = AR.LI.AllocateLoop(); in TEST_F()
/external/llvm-project/polly/lib/CodeGen/
DLoopGenerators.cpp104 Loop *NewLoop = LI.AllocateLoop(); in createLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp761 Loop *NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
785 NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
DLoopSimplify.cpp269 Loop *NewOuter = LI->AllocateLoop(); in separateNestedLoop()
DLoopUnroll.cpp145 NewLoop = LI->AllocateLoop(); in addClonedBlockToLoopInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1173 Loop *ClonedRootL = LI.AllocateLoop(); in cloneLoopNest()
1194 Loop *ClonedL = LI.AllocateLoop(); in cloneLoopNest()
1305 ClonedL = LI.AllocateLoop(); in buildClonedLoops()
DLoopUnswitch.cpp910 Loop &New = *LI->AllocateLoop(); in CloneLoop()
DInductiveRangeCheckElimination.cpp1368 Loop &New = *LI.AllocateLoop(); in createClonedLoopStructure()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1210 Loop *ClonedRootL = LI.AllocateLoop(); in cloneLoopNest()
1231 Loop *ClonedL = LI.AllocateLoop(); in cloneLoopNest()
1342 ClonedL = LI.AllocateLoop(); in buildClonedLoops()
DInductiveRangeCheckElimination.cpp1383 Loop &New = *LI.AllocateLoop(); in createClonedLoopStructure()
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopInfoImpl.h562 LoopT *L = AllocateLoop(Header); in analyze()
DLoopInfo.h927 template <typename... ArgsTy> LoopT *AllocateLoop(ArgsTy &&... Args) { in AllocateLoop() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h556 LoopT *L = AllocateLoop(Header); in analyze()
DLoopInfo.h903 template <typename... ArgsTy> LoopT *AllocateLoop(ArgsTy &&... Args) { in AllocateLoop() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2984 Loop *Lp = LI->AllocateLoop(); in createVectorizedLoopSkeleton()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3318 Loop *Lp = LI->AllocateLoop(); in createVectorLoopSkeleton()