Lines Matching refs:NextBlock
1563 MachineBasicBlock *NextBlock = nullptr;
1566 NextBlock = BBI;
1574 if (Succ0MBB != NextBlock || TM.getOptLevel() == CodeGenOpt::None)
1695 // Set NextBlock to be the MBB immediately after the current one, if any.
1697 MachineBasicBlock *NextBlock = nullptr;
1700 NextBlock = BBI;
1704 if (CB.TrueBB == NextBlock) {
1773 // Set NextBlock to be the MBB immediately after the current one, if any.
1775 MachineBasicBlock *NextBlock = nullptr;
1779 NextBlock = BBI;
1785 if (JT.MBB != NextBlock)
1904 // Set NextBlock to be the MBB immediately after the current one, if any.
1906 MachineBasicBlock *NextBlock = nullptr;
1909 NextBlock = BBI;
1920 if (MBB != NextBlock)
1978 // Set NextBlock to be the MBB immediately after the current one, if any.
1980 MachineBasicBlock *NextBlock = nullptr;
1983 NextBlock = BBI;
1985 if (NextMBB != NextBlock)
2081 MachineBasicBlock *NextBlock = nullptr;
2085 NextBlock = BBI;
2159 NextBlock && Default != NextBlock && BackCase.BB != NextBlock) {
2160 // The last case block won't fall through into 'NextBlock' if we emit the
2164 if (I->BB == NextBlock) {
2682 MachineBasicBlock *NextBlock = nullptr;
2692 if (Default != NextBlock)