Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp13788 auto *ConstantBTC = SE->getConstantMaxBackedgeTakenCount(L); in PrintLoopInfo() local
13789 if (!isa<SCEVCouldNotCompute>(ConstantBTC)) { in PrintLoopInfo()
13791 PrintSCEVWithTypeHint(OS, ConstantBTC); in PrintLoopInfo()
13858 if (PredConstantMax != ConstantBTC) { in PrintLoopInfo()