Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp7734 bool PoisonSafe = isa<BinaryOperator>(ExitCond); in computeExitLimitFromCondFromBinOp() local
7735 if (!PoisonSafe) in computeExitLimitFromCondFromBinOp()
7744 PoisonSafe = isa<SCEVConstant>(EL0.ExactNotTaken) || in computeExitLimitFromCondFromBinOp()
7747 EL1.ExactNotTaken != getCouldNotCompute() && PoisonSafe) { in computeExitLimitFromCondFromBinOp()