Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3007 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()
[all …]
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3949 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHI() local
3956 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createAddRecFromPHI()
4038 const SCEV *Shifted = SCEVShiftRewriter::rewrite(BEValue, L, *this); in createAddRecFromPHI()
6212 Value *BEValue = PNOut->getIncomingValueForBlock(Latch); in computeShiftCompareExitLimit() local
6218 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) && in computeShiftCompareExitLimit()
6481 Value *BEValue = PN->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
6498 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
6520 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
6521 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
6597 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in computeExitCountExhaustively() local
[all …]