Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h53 GLOBALVAL_SUMMARY_BLOCK_ID, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp74 case bitc::GLOBALVAL_SUMMARY_BLOCK_ID: in GetBlockName()
296 case bitc::GLOBALVAL_SUMMARY_BLOCK_ID: in GetCodeName()
H A DBitcodeReader.cpp7262 case bitc::GLOBALVAL_SUMMARY_BLOCK_ID: in parseModule()
8491 if (Entry.ID == bitc::GLOBALVAL_SUMMARY_BLOCK_ID) { in getLTOInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4325 Stream.EnterSubblock(IsThinLTO ? bitc::GLOBALVAL_SUMMARY_BLOCK_ID in writePerModuleGlobalValueSummary()
4510 Stream.EnterSubblock(bitc::GLOBALVAL_SUMMARY_BLOCK_ID, 4); in writeCombinedGlobalValueSummary()