Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IterCount

369       /// @param IterCount The maximum iteration count of L.
370 void replace(const SCEV *IterCount);
434 bool reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *IterCount,
1260 void LoopReroll::DAGRootTracker::replace(const SCEV *IterCount) {
1299 const SCEV *ICSCEV = RealIVSCEV->evaluateAtIteration(IterCount, *SE);
1450 const SCEV *IterCount,
1468 DAGRoots.replace(IterCount);
1500 const SCEV *IterCount = SE->getAddExpr(LIBETC, SE->getOne(LIBETC->getType()));
1501 DEBUG(dbgs() << "LRR: iteration count = " << *IterCount << "\n");
1521 if (reroll(*I, L, Header, IterCount, Reductions)) {