Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:mbb

1510   MachineBasicBlock *BrMBB = FuncInfo.MBB;
1580 // Okay, we decided not to do this, remove any inserted MBB's and clear
1647 // Set NextBlock to be the MBB immediately after the current one, if any.
1675 /// visitJumpTable - Emit JumpTable node in the current MBB
1695 // conditional branch to default mbb if the result is greater than the
1725 // Set NextBlock to be the MBB immediately after the current one, if any.
1737 if (JT.MBB != NextBlock)
1739 DAG.getBasicBlock(JT.MBB));
1785 // Set NextBlock to be the MBB immediately after the current one, if any.
1792 MachineBasicBlock* MBB = B.Cases[0].ThisBB;
1795 addSuccessorWithWeight(SwitchBB, MBB);
1801 if (MBB != NextBlock)
1803 DAG.getBasicBlock(MBB));
1859 // Set NextBlock to be the MBB immediately after the current one, if any.
1874 MachineBasicBlock *InvokeMBB = FuncInfo.MBB;
1909 assert(FuncInfo.MBB->isLandingPad() &&
1912 MachineBasicBlock *MBB = FuncInfo.MBB;
1914 AddLandingPadInfo(LP, MMI, MBB);
1958 // Get the MachineFunction which holds the current MBB. This is used when
2053 // the Case's target mbb if the value being switched on SV is equal
2089 // vector to be later processed by SDISel, and insert the node's MBB
2090 // before the next MBB.
2147 // Get the MachineFunction which holds the current MBB. This is used when
2234 // Get the MachineFunction which holds the current MBB. This is used when
2376 // Get the MachineFunction which holds the current MBB. This is used when
2553 MachineBasicBlock *SwitchMBB = FuncInfo.MBB;
2620 MachineBasicBlock *IndirectBrMBB = FuncInfo.MBB;
6867 /// directly add them, because expansion might result in multiple MBB's for one
6868 /// BB. As such, the start of the BB might correspond to a different MBB than
6927 // the input for this MBB.