LLVM API Documentation

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

DataStructureOpt.cpp File Reference

#include "llvm/Analysis/DataStructure/DataStructure.h"
#include "llvm/Analysis/DataStructure/DSGraph.h"
#include "llvm/Module.h"
#include "llvm/Constant.h"
#include "llvm/ADT/Statistic.h"

Include dependency graph for DataStructureOpt.cpp:

Go to the source code of this file.


Variable Documentation

Statistic NumGlobalsConstanted("ds-opt","Number of globals marked constant") [static]
 

Statistic NumGlobalsIsolated("ds-opt","Number of globals with references dropped") [static]
 

RegisterOpt<DSOpt> X("ds-opt","DSA-based simple optimizations") [static]