Home
last modified time | relevance | path

Searched defs:MaxBECount (Results 1 – 2 of 2) 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/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 …]