Searched refs:CFGOnly (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 63 bool CFGOnly = false) { in writeCFGToDotFile() argument 77 WriteGraph(File, &CFGInfo, CFGOnly); in writeCFGToDotFile() 85 bool CFGOnly = false) { in viewCFG() argument 91 ViewGraph(&CFGInfo, "cfg." + F.getName(), CFGOnly); in viewCFG()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ |
| H A D | PassSupport.h | 91 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false, 94 PassInfo::NormalCtor_t(callDefaultCtor<passName>), CFGOnly,
|