Home | History | Annotate | Download | only in CBackend

Lines Matching full:successor

336                                     BasicBlock *Successor, unsigned Indent);
2427 return true; // Not the direct successor, we need a goto.
2437 BasicBlock *Successor,
2439 for (BasicBlock::iterator I = Successor->begin(); isa<PHINode>(I); ++I) {