Searched refs:ConstantMaxNotTaken (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1083 const SCEV *ConstantMaxNotTaken; // The exit is not taken at most this many 1106 const SCEV *E, const SCEV *ConstantMaxNotTaken, 1111 ExitLimit(const SCEV *E, const SCEV *ConstantMaxNotTaken, 1119 !isa<SCEVCouldNotCompute>(ConstantMaxNotTaken); 1445 const SCEV *ConstantMaxNotTaken; 1451 const SCEV *ConstantMaxNotTaken, const SCEV *SymbolicMaxNotTaken, 1454 ConstantMaxNotTaken(ConstantMaxNotTaken),
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8647 return ENT.ConstantMaxNotTaken; in getConstantMax() 8697 const SCEV *E, const SCEV *ConstantMaxNotTaken, in ExitLimit() argument 8700 : ExactNotTaken(E), ConstantMaxNotTaken(ConstantMaxNotTaken), in ExitLimit() 8705 if (ConstantMaxNotTaken->isZero()) { in ExitLimit() 8706 this->ExactNotTaken = E = ConstantMaxNotTaken; in ExitLimit() 8720 isa<SCEVConstant>(ConstantMaxNotTaken)) && in ExitLimit() 8733 const SCEV *E, const SCEV *ConstantMaxNotTaken, in ExitLimit() argument 8827 MustExitMaxBECount = EL.ConstantMaxNotTaken; in computeBackedgeTakenCount() 8835 MayExitMaxBECount = EL.ConstantMaxNotTaken; in computeBackedgeTakenCount() 9063 ConstantMaxBECount = EL1.ConstantMaxNotTaken; in computeExitLimitFromCondFromBinOp() [all …]
|