Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp13817 auto *ExitBTC = SE->getExitCount(L, ExitingBlock, in PrintLoopInfo() local
13819 PrintSCEVWithTypeHint(OS, ExitBTC); in PrintLoopInfo()
13820 if (isa<SCEVCouldNotCompute>(ExitBTC)) { in PrintLoopInfo()
13823 ExitBTC = SE->getPredicatedExitCount(L, ExitingBlock, &Predicates, in PrintLoopInfo()
13825 if (!isa<SCEVCouldNotCompute>(ExitBTC)) { in PrintLoopInfo()
13828 PrintSCEVWithTypeHint(OS, ExitBTC); in PrintLoopInfo()