Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCFGPrinter.cpp37 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 DCFGPrinter.cpp64 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 DPassSupport.h111 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,
114 PassInfo::NormalCtor_t(callDefaultCtor<passName>), CFGOnly,