Searched refs:ConstantMaxNotTaken (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1105 const SCEV *ConstantMaxNotTaken; // The exit is not taken at most this many 1128 const SCEV *E, const SCEV *ConstantMaxNotTaken, 1133 ExitLimit(const SCEV *E, const SCEV *ConstantMaxNotTaken, 1141 !isa<SCEVCouldNotCompute>(ConstantMaxNotTaken); 1475 const SCEV *ConstantMaxNotTaken; 1481 const SCEV *ConstantMaxNotTaken, const SCEV *SymbolicMaxNotTaken, 1484 ConstantMaxNotTaken(ConstantMaxNotTaken),
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 8629 return ENT.ConstantMaxNotTaken; in getConstantMax() 8705 const SCEV *E, const SCEV *ConstantMaxNotTaken, in ExitLimit() argument 8708 : ExactNotTaken(E), ConstantMaxNotTaken(ConstantMaxNotTaken), in ExitLimit() 8713 if (ConstantMaxNotTaken->isZero()) { in ExitLimit() 8714 this->ExactNotTaken = E = ConstantMaxNotTaken; in ExitLimit() 8715 this->SymbolicMaxNotTaken = SymbolicMaxNotTaken = ConstantMaxNotTaken; in ExitLimit() 8719 !isa<SCEVCouldNotCompute>(ConstantMaxNotTaken)) && in ExitLimit() 8725 !isa<SCEVCouldNotCompute>(ConstantMaxNotTaken)) && in ExitLimit() 8727 assert((isa<SCEVCouldNotCompute>(ConstantMaxNotTaken) || in ExitLimit() 8728 isa<SCEVConstant>(ConstantMaxNotTaken)) && in ExitLimit() [all …]
|