Home | History | Annotate | Download | only in CodeGen

Lines Matching full:successor

112       // Vregs that must pass through MBB because they are needed by a successor
410 report("MBB has more than one landing pad successor", MBB);
420 // Block falls through to its successor.
433 "exactly one CFG successor!", MBB);
435 report("MBB exits via unconditional fall-through but its successor "
436 "differs from its CFG successor!", MBB);
451 "exactly one CFG successor!", MBB);
454 "successor doesn't match the actual successor!", MBB);
891 // block in order to satisfy the requirements of successor blocks. This is very