Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h289 FUNC_CODE_INST_PHI = 16, // PHI: [ty, val0,bb0, ...] enumerator
/freebsd-10-stable/contrib/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp238 case bitc::FUNC_CODE_INST_PHI: return "INST_PHI"; in GetCodeName()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1354 Code = bitc::FUNC_CODE_INST_PHI; in WriteInstruction()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2698 case bitc::FUNC_CODE_INST_PHI: { // PHI: [ty, val0,bb0, ...] in ParseFunctionBody()