LLVM  4.0.0
Classes | Namespaces
CFLGraph.h File Reference

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"
Include dependency graph for CFLGraph.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

This file defines CFLGraph, an auxiliary data structure used by CFL-based alias analysis.

Definition in file CFLGraph.h.