Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp9063 ConstantMaxBECount = EL1.ConstantMaxNotTaken; in computeExitLimitFromCondFromBinOp()
9065 ConstantMaxBECount = EL0.ConstantMaxNotTaken; in computeExitLimitFromCondFromBinOp()
9089 if (isa<SCEVCouldNotCompute>(ConstantMaxBECount) && in computeExitLimitFromCondFromBinOp()
13131 const SCEV *ConstantMaxBECount; in howManyLessThans() local
13134 ConstantMaxBECount = BECount; in howManyLessThans()
13140 ConstantMaxBECount = BECountIfBackedgeTaken; in howManyLessThans()
13143 ConstantMaxBECount = computeMaxBECountForLT( in howManyLessThans()
13147 if (isa<SCEVCouldNotCompute>(ConstantMaxBECount) && in howManyLessThans()
13242 const SCEV *ConstantMaxBECount = in howManyGreaterThans() local
13248 if (isa<SCEVCouldNotCompute>(ConstantMaxBECount)) in howManyGreaterThans()
[all …]