Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Parent

79   MachineBasicBlock *Parent;            // Pointer to the owning basic block.
124 void setParent(MachineBasicBlock *P) { Parent = P; }
140 const MachineBasicBlock* getParent() const { return Parent; }
141 MachineBasicBlock* getParent() { return Parent; }