Home | History | Annotate | Download | only in Scalar

Lines Matching refs:cloneLoopWithPreheader

139   Loop *cloneLoopWithPreheader(BasicBlock *InsertBefore, BasicBlock *LoopDomBB,
142 ClonedLoop = ::cloneLoopWithPreheader(InsertBefore, LoopDomBB, OrigLoop,
420 NewLoop = Part->cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT);
429 // within the loop is updated in cloneLoopWithPreheader.