Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp73 Loop *ColLoop = LI.AllocateLoop(); in CreateTiledLoops()
74 Loop *RowLoop = LI.AllocateLoop(); in CreateTiledLoops()
75 Loop *InnerLoop = LI.AllocateLoop(); in CreateTiledLoops()
H A DFixIrreducible.cpp196 auto NewLoop = LI.AllocateLoop(); in createNaturalLoopInternal()
H A DCloneFunction.cpp807 Loop *NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
831 NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
H A DLoopSimplify.cpp285 Loop *NewOuter = LI->AllocateLoop(); in separateNestedLoop()
H A DLoopUnroll.cpp150 NewLoop = LI->AllocateLoop(); in addClonedBlockToLoopInfo()
H A DLoopUtils.cpp1551 Loop &New = *LI->AllocateLoop(); in cloneLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp155 RowLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()
156 ColLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()
269 RowLoop = LI->AllocateLoop(); in createTileDPLoops()
270 ColLoop = LI->AllocateLoop(); in createTileDPLoops()
271 InnerLoop = LI->AllocateLoop(); in createTileDPLoops()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1214 Loop *ClonedRootL = LI.AllocateLoop(); in cloneLoopNest()
1235 Loop *ClonedL = LI.AllocateLoop(); in cloneLoopNest()
1346 ClonedL = LI.AllocateLoop(); in buildClonedLoops()
H A DInductiveRangeCheckElimination.cpp1383 Loop &New = *LI.AllocateLoop(); in createClonedLoopStructure()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h566 LoopT *L = AllocateLoop(Header); in analyze()
H A DLoopInfo.h928 template <typename... ArgsTy> LoopT *AllocateLoop(ArgsTy &&... Args) { in AllocateLoop() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3467 Loop *Lp = LI->AllocateLoop(); in createVectorLoopSkeleton()