Lines Matching refs:SCEVCouldNotCompute
302 SCEVCouldNotCompute::SCEVCouldNotCompute() : in SCEVCouldNotCompute() function in SCEVCouldNotCompute
305 bool SCEVCouldNotCompute::classof(const SCEV *S) { in classof()
761 void visitCouldNotCompute(const SCEVCouldNotCompute *Numerator) {} in visitCouldNotCompute()
1055 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration()
1282 !isa<SCEVCouldNotCompute>(BECount) && SE->isKnownPositive(BECount)) in getPreStartForExtend()
1475 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr()
1530 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getZeroExtendExpr()
1702 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr()
1765 if (!isa<SCEVCouldNotCompute>(MaxBECount) || HasGuards || in getSignExtendExpr()
4545 if (!isa<SCEVCouldNotCompute>(MaxBECount) && in getRange()
4603 assert(!isa<SCEVCouldNotCompute>(MaxBECount) && in getRangeForAffineAR()
5852 if (isa<SCEVCouldNotCompute>(MaxBECount) && in computeExitLimitFromCond()
5853 !isa<SCEVCouldNotCompute>(BECount)) in computeExitLimitFromCond()
5982 if (!isa<SCEVCouldNotCompute>(Ret)) return Ret; in computeExitLimitFromICmp()
6023 if (!isa<SCEVCouldNotCompute>(ExhaustiveCount)) in computeExitLimitFromICmp()
8706 if (isa<SCEVCouldNotCompute>(MaxBECount)) in howManyLessThans()
8783 if (isa<SCEVCouldNotCompute>(MaxBECount)) in howManyGreaterThans()
9468 CouldNotCompute(new SCEVCouldNotCompute()), in ScalarEvolution()
9537 return !isa<SCEVCouldNotCompute>(getBackedgeTakenCount(L)); in hasLoopInvariantBackedgeTakenCount()
9566 if (!isa<SCEVCouldNotCompute>(SE->getMaxBackedgeTakenCount(L))) { in PrintLoopInfo()
9579 if (!isa<SCEVCouldNotCompute>(PBT)) { in PrintLoopInfo()
9619 if (!isa<SCEVCouldNotCompute>(SV)) { in print()
9632 if (!isa<SCEVCouldNotCompute>(AtUse)) { in print()