Home
last modified time | relevance | path

Searched refs:ConstantMaxBECount (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9030 ConstantMaxBECount = EL1.ConstantMaxNotTaken; in computeExitLimitFromCondFromBinOp()
9032 ConstantMaxBECount = EL0.ConstantMaxNotTaken; in computeExitLimitFromCondFromBinOp()
9056 if (isa<SCEVCouldNotCompute>(ConstantMaxBECount) && in computeExitLimitFromCondFromBinOp()
13104 const SCEV *ConstantMaxBECount; in howManyLessThans() local
13107 ConstantMaxBECount = BECount; in howManyLessThans()
13113 ConstantMaxBECount = BECountIfBackedgeTaken; in howManyLessThans()
13116 ConstantMaxBECount = computeMaxBECountForLT( in howManyLessThans()
13120 if (isa<SCEVCouldNotCompute>(ConstantMaxBECount) && in howManyLessThans()
13214 const SCEV *ConstantMaxBECount = in howManyGreaterThans() local
13220 if (isa<SCEVCouldNotCompute>(ConstantMaxBECount)) in howManyGreaterThans()
[all …]