Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp8247 unsigned InLoopPred = LI->contains(PN->getIncomingBlock(0)) ? 0 : 1; in computeSCEVAtScope() local
8248 const SCEV *OnBackedge = getSCEV(PN->getIncomingValue(InLoopPred)); in computeSCEVAtScope()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp8486 unsigned InLoopPred = in computeSCEVAtScope() local
8488 Value *BackedgeVal = PN->getIncomingValue(InLoopPred); in computeSCEVAtScope()