Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFGPrinter.cpp202 struct CFGOnlyPrinterLegacyPass : public FunctionPass { struct
204 CFGOnlyPrinterLegacyPass() : FunctionPass(ID) { in CFGOnlyPrinterLegacyPass() argument
225 char CFGOnlyPrinterLegacyPass::ID = 0;
226 INITIALIZE_PASS(CFGOnlyPrinterLegacyPass, "dot-cfg-only",
270 return new CFGOnlyPrinterLegacyPass(); in createCFGOnlyPrinterLegacyPassPass()