Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:insert

424       // layout successor, insert a branch. First we have to locate the only
727 MF->insert(std::next(MachineFunction::iterator(this)), NMBB);
811 // Insert unconditional "jump Succ" instruction in NMBB if necessary.
884 PHISrcRegs.insert(Reg);
1019 MachineBasicBlock::insert(instr_iterator I, MachineInstr *MI) {
1021 "Cannot insert instruction with bundle flags");
1027 return Insts.insert(I, MI);
1114 if (!SeenMBBs.insert(MBB).second ||