Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Parent

44   Insts.Parent = this;
71 /// When an MBB is added to an MF, we need to update the parent pointer of the
94 /// When we add an instruction to a basic block list, we update its parent
98 N->setParent(Parent);
102 MachineFunction *MF = Parent->getParent();
106 /// When we remove an instruction from a basic block list, we update its parent
119 /// update the parent pointers and the use/def lists.
124 assert(Parent->getParent() == FromList.Parent->getParent() &&
125 "MachineInstr parent mismatch!");
128 if (Parent == FromList.Parent) return;
131 // parent pointers.
133 First->setParent(Parent);
138 Parent->getParent()->DeleteMachineInstr(MI);
247 OS << "Can't print out MachineBasicBlock because parent MachineFunction"
261 OS << "Can't print out MachineBasicBlock because parent MachineFunction"