Searched refs:ExactBTC (Results 1 – 1 of 1) sorted by relevance
1571 const SCEV *ExactBTC = SE->getBackedgeTakenCount(L); in predicateLoopExits() local1572 if (isa<SCEVCouldNotCompute>(ExactBTC) || in predicateLoopExits()1573 !SE->isLoopInvariant(ExactBTC, L) || in predicateLoopExits()1574 !isSafeToExpand(ExactBTC, *SE)) in predicateLoopExits()1578 if (!ExactBTC->getType()->isIntegerTy()) in predicateLoopExits()1693 if (ExitCount == ExactBTC) { in predicateLoopExits()1699 ExactBTCV = Rewriter.expandCodeFor(ExactBTC); in predicateLoopExits()