Searched refs:cloneLoopWithPreheader (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h224 Loop *cloneLoopWithPreheader(BasicBlock *Before, BasicBlock *LoopDomBB,
/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp139 Loop *cloneLoopWithPreheader(BasicBlock *InsertBefore, BasicBlock *LoopDomBB, function in class:__anon13364::InstPartition
142 ClonedLoop = ::cloneLoopWithPreheader(InsertBefore, LoopDomBB, OrigLoop,
420 NewLoop = Part->cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT);
429 // within the loop is updated in cloneLoopWithPreheader.
/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp105 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap,
H A DCloneFunction.cpp655 Loop *llvm::cloneLoopWithPreheader(BasicBlock *Before, BasicBlock *LoopDomBB, function in class:llvm

Completed in 6954 milliseconds