Files
clang-p2996/llvm/lib/Analysis/InstructionPrecedenceTracking.cpp
Kazu Hirata ce2c4ea658 [Analysis] Avoid repeated hash lookups (NFC) (#132584)
FirstSpecialInsts caches the first special instruction for each basic
block.  This patch "inlines" fill into getFirstSpecialInstruction, the
sole caller, to eliminate repeated hash lookups.
2025-03-23 07:36:19 -07:00

5.0 KiB