LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions | Variables
CallGraphSCCPass.cpp File Reference
#include "llvm/Analysis/CallGraphSCCPass.h"
#include "llvm/ADT/SCCIterator.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/CallGraph.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/LegacyPassManagers.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Timer.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for CallGraphSCCPass.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "cgscc-passmgr"
 

Functions

 STATISTIC (MaxSCCIterations,"Maximum CGSCCPassMgr iterations on one SCC")
 

Variables

static cl::opt< unsignedMaxIterations ("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4))
 

Macro Definition Documentation

#define DEBUG_TYPE   "cgscc-passmgr"

Definition at line 18 of file CallGraphSCCPass.cpp.

Function Documentation

STATISTIC ( MaxSCCIterations  ,
"Maximum CGSCCPassMgr iterations on one SCC"   
)

Variable Documentation

cl::opt<unsigned> MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4))
static