Home
last modified time | relevance | path

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

/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() argument
42 void print(raw_ostream &O, const Module* = nullptr) const override { } in print()
44 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()