Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_BR (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h574 FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#] enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp2336 Code = bitc::FUNC_CODE_INST_BR; in writeInstruction()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp3085 Code = bitc::FUNC_CODE_INST_BR; in writeInstruction()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp5483 case bitc::FUNC_CODE_INST_BR: { // BR: [bb#, bb#, opval] or [bb#] in parseFunctionBody()