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

/freebsd-10.2-release/contrib/llvm/tools/opt/
H A DPrintSCC.cpp37 struct CFGSCC : public FunctionPass { struct in namespace:__anon3844
39 CFGSCC() : FunctionPass(ID) {} function in struct:__anon3844::CFGSCC
66 char CFGSCC::ID = 0;
67 static RegisterPass<CFGSCC>
74 bool CFGSCC::runOnFunction(Function &F) {

Completed in 39 milliseconds