reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
728 const MachineOperand &MO = MI.getOperand(OpIdx); 738 if (!MI.isPHI() && !MI.isTerminator()) { 738 if (!MI.isPHI() && !MI.isTerminator()) { 739 addInsertPoint(MI, Before); 745 if (MI.isPHI()) { 750 MachineBasicBlock::iterator It = MI.getParent()->getFirstNonPHI(); 751 if (It != MI.getParent()->end()) 758 MachineBasicBlock &Pred = *MI.getOperand(OpIdx + 1).getMBB(); 767 addInsertPoint(Pred, *MI.getParent()); 785 MachineBasicBlock::reverse_iterator It = MI; 786 auto REnd = MI.getParent()->rend(); 794 addInsertPoint(*MI.getParent()->begin(), true); 804 for (MachineBasicBlock::iterator It = MI, End = MI.getParent()->end(); 804 for (MachineBasicBlock::iterator It = MI, End = MI.getParent()->end(); 810 MachineBasicBlock &Src = *MI.getParent();