Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_UNREACHABLE (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h552 FUNC_CODE_INST_UNREACHABLE = 15, // UNREACHABLE enumerator
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3088 Code = bitc::FUNC_CODE_INST_UNREACHABLE; in writeInstruction()
3675 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNREACHABLE)); in writeBlockInfo()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5747 case bitc::FUNC_CODE_INST_UNREACHABLE: // UNREACHABLE in parseFunctionBody()