LLVM API Documentation

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

PrintSCC.cpp File Reference

#include "llvm/Pass.h"
#include "llvm/Module.h"
#include "llvm/Analysis/CallGraph.h"
#include "llvm/Support/CFG.h"
#include "llvm/ADT/SCCIterator.h"
#include <iostream>

Include dependency graph for PrintSCC.cpp:

Go to the source code of this file.


Variable Documentation

RegisterAnalysis<CFGSCC> Y("cfgscc","Print SCCs of each function CFG") [static]
 

RegisterAnalysis<CallGraphSCC> Z("callscc","Print SCCs of the Call Graph") [static]