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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 211 /// clearParent - Reset the parent pointer.
217 /// Never call clearParent() on an operand in a MachineInstr.
219 void clearParent() { ParentMI = nullptr; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 174 /// clearParent - Reset the parent pointer.
180 /// Never call clearParent() on an operand in a MachineInstr.
182 void clearParent() { ParentMI = 0; }
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 203 locations.back().clearParent();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.cpp 193 locations.back().clearParent();
    [all...]

Completed in 105 milliseconds