Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DPrintSCC.cpp36 struct CFGSCC : public FunctionPass { struct
37 static char ID; // Pass identification, replacement for typeid
38 CFGSCC() : FunctionPass(ID) {} in CFGSCC() function
41 void print(raw_ostream &O, const Module* = nullptr) const override { } in print()
43 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()