Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp182 Loop *cloneLoopWithPreheader(BasicBlock *InsertBefore, BasicBlock *LoopDomBB, in cloneLoopWithPreheader() function in __anonf92e1f230111::InstPartition
185 ClonedLoop = ::cloneLoopWithPreheader(InsertBefore, LoopDomBB, OrigLoop, in cloneLoopWithPreheader()
464 NewLoop = Part.cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT); in cloneLoops()
H A DLoopBoundSplit.cpp354 PostLoop = cloneLoopWithPreheader(L.getExitBlock(), SplitLoopPH, &L, VMap, in splitLoopBound()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCloning.h282 Loop *cloneLoopWithPreheader(BasicBlock *Before, BasicBlock *LoopDomBB,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp103 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap, in versionLoop()
H A DCloneFunction.cpp954 Loop *llvm::cloneLoopWithPreheader(BasicBlock *Before, BasicBlock *LoopDomBB, in cloneLoopWithPreheader() function in llvm