Home | History | Annotate | Download | only in CodeGen

Lines Matching full:successors

128   // drop all successors.
439 // Move all the successors of this block to the specified block.
935 // First find blocks with no successors.
1086 // successors.
1341 // If this block has no successors (e.g. it is a return block or ends with
1355 // blocks. If neither have successors and if PredBB is the second from
1544 // Check all successors to see if we can move this block before it.
1545 for (MachineBasicBlock *SuccBB : MBB->successors()) {
1608 for (MachineBasicBlock *SuccBB : BB->successors())
1626 /// in successors to. The location is usually just before the terminator,
1729 /// HoistCommonCodeInSuccs - If the successors of MBB has common instruction