Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp1606 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); in getZeroExtendExpr() local
1946 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); in getSignExtendExpr() local
4453 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); in proveNoSignedWrapViaInduction() local
4503 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); in proveNoUnsignedWrapViaInduction() local
5795 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(AddRec->getLoop()); in getRangeRef() local
5902 const APInt &MaxBECount, in getRangeForAffineARHelper()
5962 const SCEV *MaxBECount, in getRangeForAffineAR()
5994 const SCEVAddRecExpr *AddRec, const SCEV *MaxBECount, unsigned BitWidth, in getRangeForAffineNoSelfWrappingAR()
6060 const SCEV *MaxBECount, in getRangeViaFactoring()
7432 const SCEV *MaxBECount = MustExitMaxBECount ? MustExitMaxBECount : in computeBackedgeTakenCount() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp1721 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); in getZeroExtendExpr() local
2065 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L); in getSignExtendExpr() local
5706 const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(AddRec->getLoop()); in getRangeRef() local
5801 const APInt &MaxBECount, in getRangeForAffineARHelper()
5861 const SCEV *MaxBECount, in getRangeForAffineAR()
5894 const SCEV *MaxBECount, in getRangeViaFactoring()
7172 const SCEV *MaxBECount = MustExitMaxBECount ? MustExitMaxBECount : in computeBackedgeTakenCount() local
7295 const SCEV *MaxBECount = getCouldNotCompute(); in computeExitLimitFromCondImpl() local
7348 const SCEV *MaxBECount = getCouldNotCompute(); in computeExitLimitFromCondImpl() local
8846 APInt MaxBECount = getUnsignedRangeMax(Distance); in howFarToZero() local
[all …]
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1474 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr() local
1701 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getSignExtendExpr() local
4544 const SCEV *MaxBECount = getMaxBackedgeTakenCount(AddRec->getLoop()); in getRange() local
4601 const SCEV *MaxBECount, in getRangeForAffineAR()
4666 const SCEV *MaxBECount, in getRangeViaFactoring()
5717 const SCEV *MaxBECount = MustExitMaxBECount ? MustExitMaxBECount : in computeBackedgeTakenCount() local
5820 const SCEV *MaxBECount = getCouldNotCompute(); in computeExitLimitFromCond() local
5868 const SCEV *MaxBECount = getCouldNotCompute(); in computeExitLimitFromCond() local
7126 const SCEV *MaxBECount; in howFarToZero() local
8699 const SCEV *MaxBECount; in howManyLessThans() local
[all …]