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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h148 /// ParentMI - This is the instruction that this operand is embedded into.
150 MachineInstr *ParentMI; member in class:llvm::MachineOperand
184 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {}
207 MachineInstr *getParent() { return ParentMI; }
208 const MachineInstr *getParent() const { return ParentMI; }
212 /// The MachineOperand copy constructor also copies ParentMI, expecting the
218 void clearParent() { ParentMI = nullptr; }

Completed in 102 milliseconds