Home | History | Annotate | Download | only in CodeGen

Lines Matching full:succ

168   BasicBlock *Succ = *succ_begin(LPad);
170 LPad->getParent(), Succ);
173 BranchInst::Create(Succ, JumpTo);
176 for (BasicBlock::iterator I = Succ->begin(); isa<PHINode>(I); ++I) {