Files
clang-p2996/llvm/lib/CodeGen/SlotIndexes.cpp
Jay Foad d6f906eadb [SlotIndexes] Use simple_ilist instead of ilist. NFC. (#96747)
simple_ilist does not take ownership of its nodes, which is fine for
SlotIndexes because the IndexListEntry nodes are allocated with a
BumpPtrAllocator and do not need to be freed.
2024-06-26 12:58:59 +01:00

9.1 KiB