Files
clang-p2996/bolt/lib/Profile/DataReader.cpp
Kazu Hirata 465e0daa6c [BOLT] Avoid repeated hash lookups (NFC) (#140426)
We can use try_emplace to succinctly implement GetOrCreateFuncEntry
and GetOrCreateFuncMemEntry.  Since it's a bit mouthful to say
FuncBasicSampleData::ContainerTy(), this patch changes the second
parameters to default ones.
2025-05-17 19:43:55 -07:00

44 KiB