Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h555 CALL_NOTAIL = 16, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3373 unsigned(CI.isNoTailCall()) << bitc::CALL_NOTAIL | in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6709 if (CCInfo & (1 << bitc::CALL_NOTAIL)) in parseFunctionBody()