Home
last modified time | relevance | path

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

/external/llvm/tools/opt/
DPrintSCC.cpp37 struct CFGSCC : public FunctionPass { struct
39 CFGSCC() : FunctionPass(ID) {} in CFGSCC() argument
66 char CFGSCC::ID = 0;
67 static RegisterPass<CFGSCC>
74 bool CFGSCC::runOnFunction(Function &F) { in runOnFunction()