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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h145 /// ParentMI - This is the instruction that this operand is embedded into.
147 MachineInstr *ParentMI; member in class:llvm::MachineOperand
179 explicit MachineOperand(MachineOperandType K) : OpKind(K), ParentMI(0) {
202 MachineInstr *getParent() { return ParentMI; }
203 const MachineInstr *getParent() const { return ParentMI; }
207 /// The MachineOperand copy constructor also copies ParentMI, expecting the
213 void clearParent() { ParentMI = 0; }

Completed in 51 milliseconds