Home | History | Annotate | Download | only in Scalar

Lines Matching refs:SCEV

336     bool reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *IterCount,
771 const SCEV *IterCount,
1076 const SCEV *Start = RealIVSCEV->getStart();
1083 L, SCEV::FlagAnyWrap));
1094 const SCEV *ICSCEV = RealIVSCEV->evaluateAtIteration(IterCount, *SE);
1098 // Iteration count SCEV minus 1
1099 const SCEV *ICMinus1SCEV =
1156 const SCEV *LIBETC = SE->getBackedgeTakenCount(L);
1157 const SCEV *IterCount =