Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4279 auto GetValueId = [&](const ValueInfo &VI) -> Optional<unsigned> { in writeCombinedGlobalValueSummary() local
4284 writeFunctionTypeMetadataRecords(Stream, FS, GetValueId); in writeCombinedGlobalValueSummary()
4326 Optional<unsigned> CallValueId = GetValueId(EI.first); in writeCombinedGlobalValueSummary()