Home
last modified time | relevance | path

Searched defs:CFGSCC (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DPrintSCC.cpp37 struct CFGSCC : public FunctionPass { struct
38 static char ID; // Pass identification, replacement for typeid
39 CFGSCC() : FunctionPass(ID) {} in CFGSCC() argument
42 void print(raw_ostream &O, const Module* = nullptr) const override { } in print()
44 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/llvm/tools/opt/
DPrintSCC.cpp37 struct CFGSCC : public FunctionPass { struct
38 static char ID; // Pass identification, replacement for typeid
39 CFGSCC() : FunctionPass(ID) {} in CFGSCC() function
42 void print(raw_ostream &O, const Module* = nullptr) const override { } in print()
44 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/LLVM/tools/opt/
DPrintSCC.cpp37 struct CFGSCC : public FunctionPass { struct
38 static char ID; // Pass identification, replacement for typeid
39 CFGSCC() : FunctionPass(ID) {} in CFGSCC() argument
42 void print(raw_ostream &O, const Module* = 0) const { } in print()
44 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()