Searched refs:InLoopPred (Results 1 – 2 of 2) sorted by relevance
8247 unsigned InLoopPred = LI->contains(PN->getIncomingBlock(0)) ? 0 : 1; in computeSCEVAtScope() local8248 const SCEV *OnBackedge = getSCEV(PN->getIncomingValue(InLoopPred)); in computeSCEVAtScope()
8486 unsigned InLoopPred = in computeSCEVAtScope() local8488 Value *BackedgeVal = PN->getIncomingValue(InLoopPred); in computeSCEVAtScope()