|
LLVM
8.0.1
|
This file defines CFLGraph, an auxiliary data structure used by CFL-based alias analysis. More...
#include "AliasAnalysisSummary.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/iterator_range.h"#include "llvm/Analysis/MemoryBuiltins.h"#include "llvm/Analysis/TargetLibraryInfo.h"#include "llvm/IR/Argument.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/CallSite.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Function.h"#include "llvm/IR/GlobalValue.h"#include "llvm/IR/InstVisitor.h"#include "llvm/IR/InstrTypes.h"#include "llvm/IR/Instruction.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Operator.h"#include "llvm/IR/Type.h"#include "llvm/IR/Value.h"#include "llvm/Support/Casting.h"#include "llvm/Support/ErrorHandling.h"#include <cassert>#include <cstdint>#include <vector>

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 | |
| This class represents lattice values for constants. | |
| llvm::cflaa | |
This file defines CFLGraph, an auxiliary data structure used by CFL-based alias analysis.
Definition in file CFLGraph.h.
1.8.13