Searched refs:FUNC_CODE_INST_UNREACHABLE (Results 1 – 4 of 4) sorted by relevance
578 FUNC_CODE_INST_UNREACHABLE = 15, // UNREACHABLE enumerator
2394 Code = bitc::FUNC_CODE_INST_UNREACHABLE; in writeInstruction()2840 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE)); in writeBlockInfo()
3226 Code = bitc::FUNC_CODE_INST_UNREACHABLE; in writeInstruction()3896 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE)); in writeBlockInfo()
5968 case bitc::FUNC_CODE_INST_UNREACHABLE: // UNREACHABLE in parseFunctionBody()