Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp945 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr() local
1211 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getSignExtendExpr() local
3343 const SCEV *MaxBECount = getMaxBackedgeTakenCount(AddRec->getLoop()); in getUnsignedRange() local
3495 const SCEV *MaxBECount = getMaxBackedgeTakenCount(AddRec->getLoop()); in getSignedRange() local
4242 const SCEV *MaxBECount = getCouldNotCompute(); in ComputeBackedgeTakenCount() local
4344 const SCEV *MaxBECount = getCouldNotCompute(); in ComputeExitLimitFromCond() local
4376 const SCEV *MaxBECount = getCouldNotCompute(); in ComputeExitLimitFromCond() local
5331 const SCEV *MaxBECount; in HowFarToZero() local
6178 const SCEV *MaxBECount = isa<SCEVConstant>(BECount) ? BECount in HowManyLessThans() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp1676 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr() local
2020 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getSignExtendExpr() local
5658 const SCEV *MaxBECount = getMaxBackedgeTakenCount(AddRec->getLoop()); in getRangeRef() local
5738 const APInt &MaxBECount, in getRangeForAffineARHelper()
5802 const SCEV *MaxBECount, in getRangeForAffineAR()
5835 const SCEV *MaxBECount, in getRangeViaFactoring()
7063 const SCEV *MaxBECount = MustExitMaxBECount ? MustExitMaxBECount : in computeBackedgeTakenCount() local
7181 const SCEV *MaxBECount = getCouldNotCompute(); in computeExitLimitFromCondImpl() local
7229 const SCEV *MaxBECount = getCouldNotCompute(); in computeExitLimitFromCondImpl() local
8506 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 …]