Searched refs:isRegLiveOut (Results 1 – 2 of 2) sorted by relevance
256 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; } in isRegLiveOut() function495 assert(isRegLiveOut() && "Wrong MachineOperand accessor"); in getRegLiveOut()
153 if (MOI->isRegLiveOut()) in parseOperand()