Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFGPrinter.cpp165 struct CFGPrinterLegacyPass : public FunctionPass { struct
167 CFGPrinterLegacyPass() : FunctionPass(ID) { in CFGPrinterLegacyPass() function
189 char CFGPrinterLegacyPass::ID = 0;
190 INITIALIZE_PASS(CFGPrinterLegacyPass, "dot-cfg",
266 return new CFGPrinterLegacyPass(); in createCFGPrinterLegacyPassPass()