Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h641 FUNC_CODE_INST_FREEZE = 58, // FREEZE: [opty, opval] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3404 Code = bitc::FUNC_CODE_INST_FREEZE; in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6765 case bitc::FUNC_CODE_INST_FREEZE: { // FREEZE: [opty,opval] in parseFunctionBody()