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.cpp13495 auto *ConstantBTC = SE->getConstantMaxBackedgeTakenCount(L); in PrintLoopInfo() local
13496 if (!isa<SCEVCouldNotCompute>(ConstantBTC)) { in PrintLoopInfo()
13497 OS << "constant max backedge-taken count is " << *ConstantBTC; in PrintLoopInfo()