Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4196 auto GetValueId = [&](const ValueInfo &VI) -> Optional<unsigned> { in writeCombinedGlobalValueSummary() local
4227 writeFunctionTypeMetadataRecords(Stream, FS, GetValueId); in writeCombinedGlobalValueSummary()
4269 Optional<unsigned> CallValueId = GetValueId(EI.first); in writeCombinedGlobalValueSummary()