Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4517 std::optional<unsigned> CallValueId = GetValueId(EI.first); in writeCombinedGlobalValueSummary() local
4518 if (!CallValueId) in writeCombinedGlobalValueSummary()
4520 NameVals.push_back(*CallValueId); in writeCombinedGlobalValueSummary()