Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1571 const SCEV *ExactBTC = SE->getBackedgeTakenCount(L); in predicateLoopExits() local
1572 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()