Searched refs:BEValue (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3717 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHI() local 3724 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createAddRecFromPHI() 3805 const SCEV *Shifted = SCEVShiftRewriter::rewrite(BEValue, L, *this); in createAddRecFromPHI() 5707 Value *BEValue = PNOut->getIncomingValueForBlock(Latch); in computeShiftCompareExitLimit() local 5713 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) && in computeShiftCompareExitLimit() 5976 Value *BEValue = PN->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local 5993 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue() 6015 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local 6016 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue() 6092 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in computeExitCountExhaustively() local [all …]
|