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 135 /// ParentMI - This is the instruction that this operand is embedded into.
137 MachineInstr *ParentMI;
169 explicit MachineOperand(MachineOperandType K) : OpKind(K), ParentMI(0) {
184 MachineInstr *getParent() { return ParentMI; }
185 const MachineInstr *getParent() const { return ParentMI; }
189 /// The MachineOperand copy constructor also copies ParentMI, expecting the
195 void clearParent() { ParentMI = 0; }
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 589 assert(Operands[i].ParentMI == this && "ParentMI mismatch!");
672 Operands[OpNo].ParentMI = this;
    [all...]

Completed in 88 milliseconds