Searched refs:FUNC_CODE_INST_UNREACHABLE (Results 1 – 7 of 7) sorted by relevance
274 FUNC_CODE_INST_UNREACHABLE = 15, // UNREACHABLE enumerator
407 FUNC_CODE_INST_UNREACHABLE = 15, // UNREACHABLE enumerator
235 case bitc::FUNC_CODE_INST_UNREACHABLE: return "INST_UNREACHABLE"; in GetCodeName()
1153 Code = bitc::FUNC_CODE_INST_UNREACHABLE; in WriteInstruction()1567 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE)); in WriteBlockInfo()
2509 Code = bitc::FUNC_CODE_INST_UNREACHABLE; in writeInstruction()3099 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE)); in writeBlockInfo()
2524 case bitc::FUNC_CODE_INST_UNREACHABLE: // UNREACHABLE in ParseFunctionBody()
5154 case bitc::FUNC_CODE_INST_UNREACHABLE: // UNREACHABLE in parseFunctionBody()