Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3909 auto CallValueId = getValueId(GUID); in writeCombinedGlobalValueSummary() local
3910 if (!CallValueId) { in writeCombinedGlobalValueSummary()
3917 CallValueId = getValueId(GUID); in writeCombinedGlobalValueSummary()
3918 if (!CallValueId) in writeCombinedGlobalValueSummary()
3935 NameVals.push_back(*CallValueId); in writeCombinedGlobalValueSummary()