Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCFGPrinter.cpp37 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 DCFGPrinter.cpp63 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 DPassSupport.h91 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,
94 PassInfo::NormalCtor_t(callDefaultCtor<passName>), CFGOnly,