Searched refs:ExitBTC (Results 1 – 1 of 1) sorted by relevance
13817 auto *ExitBTC = SE->getExitCount(L, ExitingBlock, in PrintLoopInfo() local13819 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()