Lines Matching refs:addInsertPoint
759 addInsertPoint(MI, Before); in RepairingPlacement()
772 addInsertPoint(*It, /*Before*/ true); in RepairingPlacement()
774 addInsertPoint(*(--It), /*Before*/ false); in RepairingPlacement()
787 addInsertPoint(Pred, *MI.getParent()); in RepairingPlacement()
796 addInsertPoint(Pred, /*Beginning*/ false); in RepairingPlacement()
798 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
814 addInsertPoint(*MI.getParent()->begin(), true); in RepairingPlacement()
819 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
832 addInsertPoint(Src, Succ); in RepairingPlacement()
836 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineInstr &MI, in addInsertPoint() function in RegBankSelect::RepairingPlacement
838 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
841 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineBasicBlock &MBB, in addInsertPoint() function in RegBankSelect::RepairingPlacement
843 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
846 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineBasicBlock &Src, in addInsertPoint() function in RegBankSelect::RepairingPlacement
848 addInsertPoint(*new EdgeInsertPoint(Src, Dst, P)); in addInsertPoint()
851 void RegBankSelect::RepairingPlacement::addInsertPoint( in addInsertPoint() function in RegBankSelect::RepairingPlacement