Searched defs:IterationCount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1800 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); local
1801 if (IterationCount != SE.getSCEV(Sel)) return Cond;
1811 } else if (const SCEVSMaxExpr *S = dyn_cast<SCEVSMaxExpr>(IterationCount)) {
1814 } else if (const SCEVUMaxExpr *U = dyn_cast<SCEVUMaxExpr>(IterationCount)) {

Completed in 62 milliseconds