LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BottomUpClosure.cpp File Reference

#include "llvm/Analysis/DataStructure/DataStructure.h"
#include "llvm/Module.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Debug.h"
#include "DSCallSiteIterator.h"

Include dependency graph for BottomUpClosure.cpp:

Go to the source code of this file.

Namespaces

namespace  DS


Variable Documentation

Statistic MaxSCC("budatastructure","Maximum SCC Size in Call Graph") [static]
 

Statistic NumBUInlines("budatastructures","Number of graphs inlined") [static]
 

Statistic NumCallEdges("budatastructures","Number of 'actual' call edges") [static]
 

Referenced by llvm::BUDataStructures::runOnModule().

RegisterAnalysis<BUDataStructures> X("budatastructure","Bottom-up Data Structure Analysis") [static]