Files
clang-p2996/bolt/lib/Profile/YAMLProfileReader.cpp
Kazu Hirata 383a825d6d [BOLT] Use StringRef::contains (NFC) (#139658)
Once we convert EventNames to StringRef, which is cheap, we can call
StringRef::contains without creating a temporary instance of
std::string.
2025-05-12 22:59:26 -07:00

32 KiB