Searched refs:BasicCallGraph (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp10 // This file implements the CallGraph class and provides the BasicCallGraph
27 // BasicCallGraph class definition
29 class BasicCallGraph : public ModulePass, public CallGraph { class in namespace:__anon2084
45 BasicCallGraph() : ModulePass(ID), Root(0), function in class:__anon2084::BasicCallGraph
170 INITIALIZE_ANALYSIS_GROUP(CallGraph, "Call Graph", BasicCallGraph)
171 INITIALIZE_AG_PASS(BasicCallGraph, CallGraph, "basiccg",
175 char BasicCallGraph::ID = 0;

Completed in 78 milliseconds