Lines Matching refs:addInsertPoint
770 addInsertPoint(MI, Before); in RepairingPlacement()
783 addInsertPoint(*It, /*Before*/ true); in RepairingPlacement()
785 addInsertPoint(*(--It), /*Before*/ false); in RepairingPlacement()
798 addInsertPoint(Pred, *MI.getParent()); in RepairingPlacement()
807 addInsertPoint(Pred, /*Beginning*/ false); in RepairingPlacement()
809 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
825 addInsertPoint(*MI.getParent()->begin(), true); in RepairingPlacement()
830 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
843 addInsertPoint(Src, Succ); in RepairingPlacement()
847 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineInstr &MI, in addInsertPoint() function in RegBankSelect::RepairingPlacement
849 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
852 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineBasicBlock &MBB, in addInsertPoint() function in RegBankSelect::RepairingPlacement
854 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
857 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineBasicBlock &Src, in addInsertPoint() function in RegBankSelect::RepairingPlacement
859 addInsertPoint(*new EdgeInsertPoint(Src, Dst, P)); in addInsertPoint()
862 void RegBankSelect::RepairingPlacement::addInsertPoint( in addInsertPoint() function in RegBankSelect::RepairingPlacement