1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Philip Reames 858e2c8e86 [SmallPtrSet] Introduce a find primitive and rewrite count/erase in terms of it
This was originally motivated by a compile time problem I've since figured out how to solve differently, but the cleanup seemed useful. We had the same logic - which essentially implemented find - in several places. By commoning them out, I can implement find and allow erase to be inlined at the call sites if profitable.

Differential Revision: https://reviews.llvm.org/D28183

llvm-svn: 290779
2016-12-31 02:33:22 +00:00
..
2016-09-11 22:55:46 +00:00
2015-08-10 04:22:09 +00:00
2016-10-18 17:50:39 +00:00
2016-04-18 09:17:29 +00:00
2015-09-24 00:23:07 +00:00
2016-10-23 19:39:16 +00:00
2016-11-20 13:47:59 +00:00
2016-11-23 19:03:54 +00:00