Searched defs:MaxBECount (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1640 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); getZeroExtendExprImpl() local 2014 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); getSignExtendExprImpl() local 5147 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); proveNoSignedWrapViaInduction() local 5201 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); proveNoUnsignedWrapViaInduction() local 6749 APInt MaxBECount = cast<SCEVConstant>(MaxBEScev)->getAPInt(); getRangeRef() local 6944 getRangeForAffineARHelper(APInt Step,const ConstantRange & StartRange,const APInt & MaxBECount,bool Signed) getRangeForAffineARHelper() argument 7007 getRangeForAffineAR(const SCEV * Start,const SCEV * Step,const APInt & MaxBECount) getRangeForAffineAR() argument 7035 getRangeForAffineNoSelfWrappingAR(const SCEVAddRecExpr * AddRec,const SCEV * MaxBECount,unsigned BitWidth,ScalarEvolution::RangeSignHint SignHint) getRangeForAffineNoSelfWrappingAR() argument 7104 getRangeViaFactoring(const SCEV * Start,const SCEV * Step,const APInt & MaxBECount) getRangeViaFactoring() argument 8807 const SCEV *MaxBECount = MustExitMaxBECount ? MustExitMaxBECount : computeBackedgeTakenCount() local 10452 APInt MaxBECount = getUnsignedRangeMax(applyLoopGuards(Distance, L)); howFarToZero() local 12934 const SCEV *MaxBECount = computeMaxBECountForLT( howManyLessThans() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1586 const SCEV *MaxBECount = SE->getSymbolicMaxBackedgeTakenCount(L); optimizeLoopExits() local [all...] |