Searched defs:CallGraphSCC (Results 1 – 2 of 2) sorted by relevance
49 struct CallGraphSCC : public ModulePass { struct50 static char ID; // Pass identification, replacement for typeid51 CallGraphSCC() : ModulePass(ID) {} in CallGraphSCC() function56 void print(raw_ostream &O, const Module* = nullptr) const override { } in print()59 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
32 class CallGraphSCC; variable87 CallGraphSCC(void *context) : Context(context) {} in CallGraphSCC() function