Lines Matching refs:BEValue
3007 const SCEV *BEValue = getSCEV(BEValueV); in createNodeForPHI() local
3014 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createNodeForPHI()
3076 dyn_cast<SCEVAddRecExpr>(BEValue)) { in createNodeForPHI()
4814 Value *BEValue = PN->getIncomingValue(SecondIsBackedge); in getConstantEvolutionLoopExitValue() local
4815 if (getConstantEvolvingPHI(BEValue, L) != PN && in getConstantEvolutionLoopExitValue()
4816 !isa<Constant>(BEValue)) in getConstantEvolutionLoopExitValue()
4831 Constant *NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, TD); in getConstantEvolutionLoopExitValue()
4864 Value *BEValue = PN->getIncomingValue(SecondIsBackedge); in ComputeExitCountExhaustively() local
4865 if (getConstantEvolvingPHI(BEValue, L) != PN && in ComputeExitCountExhaustively()
4866 !isa<Constant>(BEValue)) in ComputeExitCountExhaustively()
4890 Constant *NextPHI = EvaluateExpression(BEValue, L, PHIValMap, TD); in ComputeExitCountExhaustively()