Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
ADCE.cpp
Find file
Blame
History
Permalink
Use DenseSet rather than SmallPtrSet for the alive set. Using SmallPtrSet
· 9edcf24d
Owen Anderson
authored
Jul 02, 2008
with a huge "size" parameter is actually quite inefficient. llvm-svn: 53034
9edcf24d
Loading