Searched refs:CFGOnly (Results 1 – 2 of 2) sorted by relevance
64 bool CFGOnly = false) { in writeCFGToDotFile() argument78 WriteGraph(File, &CFGInfo, CFGOnly); in writeCFGToDotFile()86 bool CFGOnly = false) { in viewCFG() argument92 ViewGraph(&CFGInfo, "cfg." + F.getName(), CFGOnly); in viewCFG()
96 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false,99 PassInfo::NormalCtor_t(callDefaultCtor<passName>), CFGOnly,