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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 90 /// noop. See readsReg().
271 /// readsReg - Returns true if this operand reads the previous value of its
275 bool readsReg() const {
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 290 if (MO.readsReg() && (MO.isDef() || MO.isKill()))

Completed in 67 milliseconds