Lines Matching full:succ
106 /// AddPredecessorToBlock - Update PHI nodes in Succ to indicate that there will
109 /// ExistPred, an existing predecessor of Succ.
110 static void AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred,
112 if (!isa<PHINode>(Succ->begin())) return; // Quick exit if nothing to do
115 for (BasicBlock::iterator I = Succ->begin();
625 assert(TIV && "No edge from pred to succ?");
1840 BasicBlock *Succ = OldTerm->getSuccessor(I);
1842 if (Succ == KeepEdge1)
1844 else if (Succ == KeepEdge2)
1847 Succ->removePredecessor(OldTerm->getParent());
2468 BasicBlock *Succ = Branch->getSuccessor(0);
2470 BasicBlock::iterator I = Succ->begin();