Home | History | Annotate | Download | only in Utils

Lines Matching refs:NewPred

180 /// now be entries in it from the 'NewPred' block.  The values that will be
183 static void AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred,
190 PN->addIncoming(PN->getIncomingValueForBlock(ExistPred), NewPred);