Files
clang-p2996/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
Roman Lebedev 1c55dcbca7 [NFCI][SimplifyCFG] Don't pay for a Small{Map,Set}Vector when plain SmallSet will suffice
This *only* changes the cases where we *really* don't care
about the iteration order of the underlying contained,
namely when we will use the values from it to form DTU updates.
2021-03-25 23:25:40 +03:00

61 KiB