Lines Matching refs:MBB
153 MachineBasicBlock *MBB;
160 MachineBasicBlock *MBB, BranchProbability Prob) {
165 C.MBB = MBB;
248 MachineBasicBlock *D): Reg(R), JTI(J), MBB(M), Default(D) {}
255 /// MBB - the MBB into which to emit the code for the indirect jump.
256 MachineBasicBlock *MBB;
257 /// Default - the MBB of the default bb, which is a successor of the range
258 /// check MBB. This is when updating PHI nodes in successors.
340 MachineBasicBlock *MBB;
454 /// mbbb and the failure mbb if we have not created one for this
483 MachineBasicBlock *MBB,
488 ParentMBB = MBB;
489 SuccessMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ true);
490 FailureMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ false, FailureMBB);
503 /// parent mbb after we create the stack protector check (SuccessMBB). This
537 /// terminators of this basic block into the successor mbb SuccessMBB and
558 /// Add a successor machine basic block to ParentMBB. If the successor mbb
720 /// UpdateSplitBlock - When an MBB was split during scheduling, update the
881 /// Return the next block after MBB, or nullptr if there is none.
882 MachineBasicBlock *NextBlock(MachineBasicBlock *MBB);