Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h584 FUNC_CODE_INST_FREEZE = 58, // FREEZE: [opty, opval] enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3170 Code = bitc::FUNC_CODE_INST_FREEZE; in writeInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5381 case bitc::FUNC_CODE_INST_FREEZE: { // FREEZE: [opty,opval] in parseFunctionBody()