Searched defs:CallGraphSCC (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/opt/
H A DPrintSCC.cpp49 struct CallGraphSCC : public ModulePass { struct in namespace:__anon9223
51 CallGraphSCC() : ModulePass(ID) {} function in struct:__anon9223::CallGraphSCC
70 char CallGraphSCC::ID = 0;
71 static RegisterPass<CallGraphSCC>
94 bool CallGraphSCC::runOnModule(Module &M) {
/external/llvm/include/llvm/
H A DCallGraphSCCPass.h32 class CallGraphSCC;
56 virtual bool runOnSCC(CallGraphSCC &SCC) = 0;
79 /// CallGraphSCC - This is a single SCC that a CallGraphSCCPass is run on.
80 class CallGraphSCC { class in namespace:llvm
84 CallGraphSCC(void *context) : Context(context) {} function in class:llvm::CallGraphSCC

Completed in 77 milliseconds