Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2984 Loop *Lp = LI->AllocateLoop(); in createVectorizedLoopSkeleton()