Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h50 GLOBALVAL_SUMMARY_BLOCK_ID, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp73 case bitc::GLOBALVAL_SUMMARY_BLOCK_ID: in GetBlockName()
286 case bitc::GLOBALVAL_SUMMARY_BLOCK_ID: in GetCodeName()
DBitcodeReader.cpp5831 case bitc::GLOBALVAL_SUMMARY_BLOCK_ID: in parseModule()
6911 if (Entry.ID == bitc::GLOBALVAL_SUMMARY_BLOCK_ID) { in getLTOInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3907 Stream.EnterSubblock(IsThinLTO ? bitc::GLOBALVAL_SUMMARY_BLOCK_ID in writePerModuleGlobalValueSummary()
4062 Stream.EnterSubblock(bitc::GLOBALVAL_SUMMARY_BLOCK_ID, 3); in writeCombinedGlobalValueSummary()