Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4198 Optional<unsigned> CallValueId = getValueId(GUID); in writeCombinedGlobalValueSummary() local
4199 if (CallValueId) in writeCombinedGlobalValueSummary()
4200 return CallValueId; in writeCombinedGlobalValueSummary()
4207 CallValueId = getValueId(GUID); in writeCombinedGlobalValueSummary()
4208 if (!CallValueId) in writeCombinedGlobalValueSummary()
4223 return CallValueId; in writeCombinedGlobalValueSummary()
4269 Optional<unsigned> CallValueId = GetValueId(EI.first); in writeCombinedGlobalValueSummary() local
4270 if (!CallValueId) in writeCombinedGlobalValueSummary()
4272 NameVals.push_back(*CallValueId); in writeCombinedGlobalValueSummary()