Lines Matching refs:addInsertPoint
673 addInsertPoint(MI, Before); in RepairingPlacement()
686 addInsertPoint(*It, /*Before*/ true); in RepairingPlacement()
688 addInsertPoint(*(--It), /*Before*/ false); in RepairingPlacement()
701 addInsertPoint(Pred, *MI.getParent()); in RepairingPlacement()
710 addInsertPoint(Pred, /*Beginning*/ false); in RepairingPlacement()
712 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
728 addInsertPoint(*MI.getParent()->begin(), true); in RepairingPlacement()
733 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
746 addInsertPoint(Src, Succ); in RepairingPlacement()
750 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineInstr &MI, in addInsertPoint() function in RegBankSelect::RepairingPlacement
752 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
755 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineBasicBlock &MBB, in addInsertPoint() function in RegBankSelect::RepairingPlacement
757 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
760 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineBasicBlock &Src, in addInsertPoint() function in RegBankSelect::RepairingPlacement
762 addInsertPoint(*new EdgeInsertPoint(Src, Dst, P)); in addInsertPoint()
765 void RegBankSelect::RepairingPlacement::addInsertPoint( in addInsertPoint() function in RegBankSelect::RepairingPlacement