HomeSort by relevance Sort by last modified time
    Searched refs:ParentMI (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 148 /// ParentMI - This is the instruction that this operand is embedded into.
150 MachineInstr *ParentMI;
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; }
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 703 NewMO->ParentMI = this;
    [all...]

Completed in 45 milliseconds