Searched refs:FUNC_CODE_INST_UNREACHABLE (Results 1 – 4 of 4) sorted by relevance
308 FUNC_CODE_INST_UNREACHABLE = 15, // UNREACHABLE enumerator
239 case bitc::FUNC_CODE_INST_UNREACHABLE: return "INST_UNREACHABLE"; in GetCodeName()
1821 Code = bitc::FUNC_CODE_INST_UNREACHABLE; in WriteInstruction()2294 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE)); in WriteBlockInfo()
3901 case bitc::FUNC_CODE_INST_UNREACHABLE: // UNREACHABLE in ParseFunctionBody()