Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h551 CALL_TAIL = 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3370 unsigned(CI.isTailCall()) << bitc::CALL_TAIL | in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6705 if (CCInfo & (1 << bitc::CALL_TAIL)) in parseFunctionBody()