Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp13633 auto *ConstantBTC = SE->getConstantMaxBackedgeTakenCount(L); in PrintLoopInfo() local
13634 if (!isa<SCEVCouldNotCompute>(ConstantBTC)) { in PrintLoopInfo()
13636 PrintSCEVWithTypeHint(OS, ConstantBTC); in PrintLoopInfo()