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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1658 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); local
1659 if (IterationCount != SE.getSCEV(Sel)) return Cond;
1669 } else if (const SCEVSMaxExpr *S = dyn_cast<SCEVSMaxExpr>(IterationCount)) {
1672 } else if (const SCEVUMaxExpr *U = dyn_cast<SCEVUMaxExpr>(IterationCount)) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1972 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); local
1973 if (IterationCount != SE.getSCEV(Sel)) return Cond;
1983 } else if (const SCEVSMaxExpr *S = dyn_cast<SCEVSMaxExpr>(IterationCount)) {
1986 } else if (const SCEVUMaxExpr *U = dyn_cast<SCEVUMaxExpr>(IterationCount)) {

Completed in 198 milliseconds