Lines Matching refs:addInsertPoint
777 addInsertPoint(MI, Before); in RepairingPlacement()
790 addInsertPoint(*It, /*Before*/ true); in RepairingPlacement()
792 addInsertPoint(*(--It), /*Before*/ false); in RepairingPlacement()
805 addInsertPoint(Pred, *MI.getParent()); in RepairingPlacement()
814 addInsertPoint(Pred, /*Beginning*/ false); in RepairingPlacement()
816 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
832 addInsertPoint(*MI.getParent()->begin(), true); in RepairingPlacement()
837 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
850 addInsertPoint(Src, Succ); in RepairingPlacement()
854 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineInstr &MI, in addInsertPoint() function in RegBankSelect::RepairingPlacement
856 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
859 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineBasicBlock &MBB, in addInsertPoint() function in RegBankSelect::RepairingPlacement
861 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
864 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineBasicBlock &Src, in addInsertPoint() function in RegBankSelect::RepairingPlacement
866 addInsertPoint(*new EdgeInsertPoint(Src, Dst, P)); in addInsertPoint()
869 void RegBankSelect::RepairingPlacement::addInsertPoint( in addInsertPoint() function in RegBankSelect::RepairingPlacement