Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h654 template <typename... ArgsTy> LoopT *AllocateLoop(ArgsTy &&... Args) { in AllocateLoop() function
H A DLoopInfoImpl.h572 LoopT *L = AllocateLoop(Header); in analyze()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1129 Loop *ClonedRootL = LI.AllocateLoop(); in cloneLoopNest()
1150 Loop *ClonedL = LI.AllocateLoop(); in cloneLoopNest()
1261 ClonedL = LI.AllocateLoop(); in buildClonedLoops()
H A DLoopUnswitch.cpp906 Loop &New = *LI->AllocateLoop(); in CloneLoop()
H A DInductiveRangeCheckElimination.cpp1357 Loop &New = *LI.AllocateLoop(); in createClonedLoopStructure()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp203 NewLoop = LI->AllocateLoop(); in addClonedBlockToLoopInfo()
H A DLoopSimplify.cpp261 Loop *NewOuter = LI->AllocateLoop(); in separateNestedLoop()
H A DCloneFunction.cpp748 Loop *NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2767 Loop *Lp = LI->AllocateLoop(); in createVectorizedLoopSkeleton()