Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4194 Optional<unsigned> CallValueId = getValueId(GUID); in writeCombinedGlobalValueSummary() local
4195 if (CallValueId) in writeCombinedGlobalValueSummary()
4196 return CallValueId; in writeCombinedGlobalValueSummary()
4203 CallValueId = getValueId(GUID); in writeCombinedGlobalValueSummary()
4204 if (!CallValueId) in writeCombinedGlobalValueSummary()
4219 return CallValueId; in writeCombinedGlobalValueSummary()
4265 Optional<unsigned> CallValueId = GetValueId(EI.first); in writeCombinedGlobalValueSummary() local
4266 if (!CallValueId) in writeCombinedGlobalValueSummary()
4268 NameVals.push_back(*CallValueId); in writeCombinedGlobalValueSummary()