HomeSort by: relevance | last modified time | path
    Searched refs:isRegLiveOut (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOperand.h 346 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
347 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
642 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackMaps.cpp 260 if (MOI->isRegLiveOut())

Completed in 67 milliseconds