|
LLVM
8.0.1
|
#include "AliasAnalysisSummary.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/SmallSet.h"#include "llvm/ADT/SmallVector.h"#include <bitset>#include <cassert>#include <cmath>#include <type_traits>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| struct | llvm::cflaa::StratifiedInfo |
| NOTE: ^ This can't be a short – bootstrapping clang has a case where ~1M sets exist. More... | |
| struct | llvm::cflaa::StratifiedLink |
| A "link" between two StratifiedSets. More... | |
| class | llvm::cflaa::StratifiedSets< T > |
| These are stratified sets, as described in "Fast algorithms for
Dyck-CFL-reachability with applications to Alias Analysis" by Zhang Q, Lyu M R, Yuan H, and Su Z. More... | |
| class | llvm::cflaa::StratifiedSetsBuilder< T > |
| Generic Builder class that produces StratifiedSets instances. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::cflaa | |
Typedefs | |
| typedef unsigned | llvm::cflaa::StratifiedIndex |
| An index into Stratified Sets. More... | |
1.8.13