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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 252 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
253 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
491 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /external/llvm/lib/CodeGen/
StackMaps.cpp 132 if (MOI->isRegLiveOut())

Completed in 142 milliseconds