|
LLVM
4.0.0
|
This file defines CFLGraph, an auxiliary data structure used by CFL-based alias analysis. More...
#include "AliasAnalysisSummary.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/Analysis/MemoryBuiltins.h"#include "llvm/IR/InstVisitor.h"#include "llvm/IR/Instructions.h"Go to the source code of this file.
Classes | |
| class | llvm::cflaa::CFLGraph |
| The Program Expression Graph (PEG) of CFL analysis CFLGraph is auxiliary data structure used by CFL-based alias analysis to describe flow-insensitive pointer-related behaviors. More... | |
| struct | llvm::cflaa::CFLGraph::Edge |
| struct | llvm::cflaa::CFLGraph::NodeInfo |
| class | llvm::cflaa::CFLGraph::ValueInfo |
| class | llvm::cflaa::CFLGraphBuilder< CFLAA > |
| A builder class used to create CFLGraph instance from a given function The CFL-AA that uses this builder must provide its own type as a template argument. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::cflaa | |
This file defines CFLGraph, an auxiliary data structure used by CFL-based alias analysis.
Definition in file CFLGraph.h.
1.8.6