Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:addNodeToList

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