Searched refs:ExactBTC (Results 1 – 1 of 1) sorted by relevance
1749 const SCEV *ExactBTC = SE->getBackedgeTakenCount(L); in predicateLoopExits() local1750 if (isa<SCEVCouldNotCompute>(ExactBTC) || !Rewriter.isSafeToExpand(ExactBTC)) in predicateLoopExits()1753 assert(SE->isLoopInvariant(ExactBTC, L) && "BTC must be loop invariant"); in predicateLoopExits()1754 assert(ExactBTC->getType()->isIntegerTy() && "BTC must be integer"); in predicateLoopExits()1866 if (ExitCount == ExactBTC) { in predicateLoopExits()1872 ExactBTCV = Rewriter.expandCodeFor(ExactBTC); in predicateLoopExits()