Home
last modified time | relevance | path

Searched defs:MaxBECount (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1642 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); getZeroExtendExprImpl() local
2016 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); getSignExtendExprImpl() local
5152 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); proveNoSignedWrapViaInduction() local
5206 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); proveNoUnsignedWrapViaInduction() local
6763 APInt MaxBECount = cast<SCEVConstant>(MaxBEScev)->getAPInt(); getRangeRef() local
6958 getRangeForAffineARHelper(APInt Step,const ConstantRange & StartRange,const APInt & MaxBECount,bool Signed) getRangeForAffineARHelper() argument
7021 getRangeForAffineAR(const SCEV * Start,const SCEV * Step,const APInt & MaxBECount) getRangeForAffineAR() argument
7049 getRangeForAffineNoSelfWrappingAR(const SCEVAddRecExpr * AddRec,const SCEV * MaxBECount,unsigned BitWidth,ScalarEvolution::RangeSignHint SignHint) getRangeForAffineNoSelfWrappingAR() argument
7118 getRangeViaFactoring(const SCEV * Start,const SCEV * Step,const APInt & MaxBECount) getRangeViaFactoring() argument
8851 const SCEV *MaxBECount = MustExitMaxBECount ? MustExitMaxBECount : computeBackedgeTakenCount() local
10512 APInt MaxBECount = getUnsignedRangeMax(applyLoopGuards(Distance, Guards)); howFarToZero() local
13054 const SCEV *MaxBECount = computeMaxBECountForLT( howManyLessThans() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1598 if (isa<SCEVCouldNotCompute>(MaxBECount)) in optimizeLoopExits() local
[all...]