Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp73 Loop *ColumnLoopInfo = LI.AllocateLoop(); in CreateTiledLoops()
74 Loop *RowLoopInfo = LI.AllocateLoop(); in CreateTiledLoops()
75 Loop *KLoopInfo = LI.AllocateLoop(); in CreateTiledLoops()
H A DFixIrreducible.cpp185 auto *NewLoop = LI.AllocateLoop(); in updateLoopInfo()
H A DCloneFunction.cpp1044 Loop *NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
1068 NewLoop = LI->AllocateLoop(); in cloneLoopWithPreheader()
H A DLoopSimplify.cpp277 Loop *NewOuter = LI->AllocateLoop(); in separateNestedLoop()
H A DLoopUnroll.cpp159 NewLoop = LI->AllocateLoop(); in addClonedBlockToLoopInfo()
H A DLoopConstrainer.cpp707 Loop &New = *LI.AllocateLoop(); in createClonedLoopStructure()
H A DLoopUtils.cpp1840 Loop &New = *LI->AllocateLoop(); in cloneLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp153 RowLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()
154 ColLoop = LI->AllocateLoop(); in createTileLoadStoreLoops()
265 RowLoop = LI->AllocateLoop(); in createTileDPLoops()
266 ColLoop = LI->AllocateLoop(); in createTileDPLoops()
267 InnerLoop = LI->AllocateLoop(); in createTileDPLoops()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp695 auto VectorLoop = LI->AllocateLoop(); in expandFindMismatch()
696 auto ScalarLoop = LI->AllocateLoop(); in expandFindMismatch()
1228 auto OuterLoop = LI->AllocateLoop(); in expandFindFirstByte()
1229 auto InnerLoop = LI->AllocateLoop(); in expandFindFirstByte()
H A DVPlan.cpp543 State->CurrentParentLoop = State->LI->AllocateLoop(); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h570 template <typename... ArgsTy> LoopT *AllocateLoop(ArgsTy &&...Args) { in AllocateLoop() function
H A DGenericLoopInfoImpl.h595 LoopT *L = AllocateLoop(Header); in analyze()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1384 Loop *ClonedRootL = LI.AllocateLoop(); in cloneLoopNest()
1405 Loop *ClonedL = LI.AllocateLoop(); in cloneLoopNest()
1516 ClonedL = LI.AllocateLoop(); in buildClonedLoops()