Searched refs:BEValue (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3560 const SCEV *BEValue = getSCEV(BEValueV); in createNodeForPHI() local 3567 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createNodeForPHI() 3640 dyn_cast<SCEVAddRecExpr>(BEValue)) { in createNodeForPHI() 5465 Value *BEValue = PN->getIncomingValue(SecondIsBackedge); in getConstantEvolutionLoopExitValue() local 5482 EvaluateExpression(BEValue, L, CurrentIterVals, DL, TLI); in getConstantEvolutionLoopExitValue() 5506 Value *BEValue = PHI->getIncomingValue(SecondIsBackedge); in getConstantEvolutionLoopExitValue() local 5507 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, TLI); in getConstantEvolutionLoopExitValue() 5591 Value *BEValue = PHI->getIncomingValue(SecondIsBackedge); in ComputeExitCountExhaustively() local 5592 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, TLI); in ComputeExitCountExhaustively()
|