Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:MachineBasicBlock

75   bool shouldSkip(MachineBasicBlock *From, MachineBasicBlock *To);
120 bool SILowerControlFlowPass::shouldSkip(MachineBasicBlock *From,
121 MachineBasicBlock *To) {
125 for (MachineBasicBlock *MBB = From; MBB != To && !MBB->succ_empty();
128 for (MachineBasicBlock::iterator I = MBB->begin(), E = MBB->end();
152 MachineBasicBlock &MBB = *MI.getParent();
160 MachineBasicBlock::iterator Insert = &MI;
184 MachineBasicBlock &MBB = *MI.getParent();
202 MachineBasicBlock &MBB = *MI.getParent();
221 MachineBasicBlock &MBB = *MI.getParent();
235 MachineBasicBlock &MBB = *MI.getParent();
250 MachineBasicBlock &MBB = *MI.getParent();
265 MachineBasicBlock &MBB = *MI.getParent();
280 MachineBasicBlock &MBB = *MI.getParent();
300 MachineBasicBlock &MBB = *MI.getParent();
330 MachineBasicBlock &MBB = *MI.getParent();
332 MachineBasicBlock::iterator I = MI;
428 MachineBasicBlock &MBB = *MI.getParent();
448 MachineBasicBlock &MBB = *MI.getParent();
481 MachineBasicBlock &MBB = *BI;
482 MachineBasicBlock::iterator I, Next;
562 MachineBasicBlock &MBB = MF.front();
591 MachineBasicBlock &MBB = MF.front();
593 MachineBasicBlock::iterator Start = MBB.getFirstNonPHI();