Searched refs:CFGOnly (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineCFGPrinter.cpp | 37 CFGOnly("dot-mcfg-only", cl::init(false), cl::Hidden, 51 WriteGraph(File, &MCFGInfo, CFGOnly); in writeMCFGToDotFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 64 bool CFGOnly = false) { in writeCFGToDotFile() argument 78 WriteGraph(File, &CFGInfo, CFGOnly); in writeCFGToDotFile() 86 bool CFGOnly = false) { in viewCFG() argument 92 ViewGraph(&CFGInfo, "cfg." + F.getName(), CFGOnly); in viewCFG()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ |
| H A D | PassSupport.h | 111 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false, 114 PassInfo::NormalCtor_t(callDefaultCtor<passName>), CFGOnly,
|