Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:addNodeToList

65 /// addNodeToList (MBB) - When an MBB is added to an MF, we need to update the
72 void ilist_traits<MachineBasicBlock>::addNodeToList(MachineBasicBlock *N) {
92 /// addNodeToList (MI) - When we add an instruction to a basic block
95 void ilist_traits<MachineInstr>::addNodeToList(MachineInstr *N) {