Home
last modified time | relevance | path

Searched refs:cloneLoopWithPreheader (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp183 Loop *cloneLoopWithPreheader(BasicBlock *InsertBefore, BasicBlock *LoopDomBB, in cloneLoopWithPreheader() function in __anon4e01e93c0111::InstPartition
186 ClonedLoop = ::cloneLoopWithPreheader(InsertBefore, LoopDomBB, OrigLoop, in cloneLoopWithPreheader()
469 NewLoop = Part->cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT); in cloneLoops()
H A DLoopBoundSplit.cpp354 PostLoop = cloneLoopWithPreheader(L.getExitBlock(), SplitLoopPH, &L, VMap, in splitLoopBound()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCloning.h274 Loop *cloneLoopWithPreheader(BasicBlock *Before, BasicBlock *LoopDomBB,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp103 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap, in versionLoop()
H A DCloneFunction.cpp907 Loop *llvm::cloneLoopWithPreheader(BasicBlock *Before, BasicBlock *LoopDomBB, in cloneLoopWithPreheader() function in llvm
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp436 Loop *NewLoop = cloneLoopWithPreheader(Preheader, Preheader, L, VMap, in TEST()