Searched defs:ParentMI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h146 /// ParentMI - This is the instruction that this operand is embedded into.
148 MachineInstr *ParentMI; member in class:llvm::MachineOperand
181 : OpKind(K), SubReg_TargetFlags(0), ParentMI(0) {}
204 MachineInstr *getParent() { return ParentMI; }
205 const MachineInstr *getParent() const { return ParentMI; }
209 /// The MachineOperand copy constructor also copies ParentMI, expecting the
215 void clearParent() { ParentMI = 0; }

Completed in 103 milliseconds