Lines Matching defs:insert
405 // its layout successor, insert a branch. First we have to locate the
699 MF->insert(llvm::next(MachineFunction::iterator(this)), NMBB);
783 // Insert unconditional "jump Succ" instruction in NMBB if necessary.
857 PHISrcRegs.insert(Reg);
978 MachineBasicBlock::insert(instr_iterator I, MachineInstr *MI) {
980 "Cannot insert instruction with bundle flags");
986 return Insts.insert(I, MI);
1078 if (!SeenMBBs.insert(MBB) ||