Lines Matching defs:addInsertPoint
778 addInsertPoint(MI, Before);
791 addInsertPoint(*It, /*Before*/ true);
793 addInsertPoint(*(--It), /*Before*/ false);
806 addInsertPoint(Pred, *MI.getParent());
815 addInsertPoint(Pred, /*Beginning*/ false);
817 addInsertPoint(*It, /*Before*/ false);
833 addInsertPoint(*MI.getParent()->begin(), true);
838 addInsertPoint(*It, /*Before*/ false);
851 addInsertPoint(Src, Succ);
855 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineInstr &MI,
857 addInsertPoint(*new InstrInsertPoint(MI, Before));
860 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineBasicBlock &MBB,
862 addInsertPoint(*new MBBInsertPoint(MBB, Beginning));
865 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineBasicBlock &Src,
867 addInsertPoint(*new EdgeInsertPoint(Src, Dst, P));
870 void RegBankSelect::RepairingPlacement::addInsertPoint(