Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/opt/
H A DPrintSCC.cpp36 struct CFGSCC : public FunctionPass { struct
38 CFGSCC() : FunctionPass(ID) {} in CFGSCC() function
65 char CFGSCC::ID = 0;
66 static RegisterPass<CFGSCC>
73 bool CFGSCC::runOnFunction(Function &F) { in runOnFunction()