Home
last modified time | relevance | path

Searched defs:CallGraphSCC (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/opt/
DPrintSCC.cpp49 struct CallGraphSCC : public ModulePass { struct
50 static char ID; // Pass identification, replacement for typeid
51 CallGraphSCC() : ModulePass(ID) {} in CallGraphSCC() function
56 void print(raw_ostream &O, const Module* = nullptr) const override { } in print()
59 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/LLVM/tools/opt/
DPrintSCC.cpp49 struct CallGraphSCC : public ModulePass { struct
50 static char ID; // Pass identification, replacement for typeid
51 CallGraphSCC() : ModulePass(ID) {} in CallGraphSCC() function
56 void print(raw_ostream &O, const Module* = 0) const { } in print()
59 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/external/swiftshader/third_party/LLVM/include/llvm/
DCallGraphSCCPass.h32 class CallGraphSCC; variable
84 CallGraphSCC(void *context) : Context(context) {} in CallGraphSCC() function
/external/llvm/include/llvm/Analysis/
DCallGraphSCCPass.h33 class CallGraphSCC; variable
95 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC() function