Files
clang-p2996/llvm/lib/Analysis/IRSimilarityIdentifier.cpp
Kazu Hirata ba52b56e18 [Analysis] Avoid repeated hash lookups (NFC) (#140691)
With this patch, we always update Inserted.  That's OK because we only
read Inserted as shown in this patch.  Without this patch, it's a
write-only variable.
2025-05-20 06:47:25 -07:00

60 KiB