Searched refs:ViewGraph (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtViz.cpp22 llvm::ViewGraph(this,"AST");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp87 ViewGraph(this, Name, false, Title);
H A DEdgeBundles.cpp102 ViewGraph(*this, "EdgeBundles");
H A DMachineBlockFrequencyInfo.cpp224 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple);
H A DMachineFunction.cpp643 ViewGraph(this, "mf" + getName());
653 ViewGraph(this, "mf" + getName(), true);
H A DMachineScheduler.cpp3795 ViewGraph(this, Name, false, Title);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h56 ViewGraph(Graph, Name, IsSimple, Title);
134 ViewGraph(Graph, Name, IsSimple, Title);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDomPrinter.cpp85 ViewGraph(this, Name, false, Title);
H A DCFGPrinter.cpp88 ViewGraph(&CFGInfo, "cfg." + F.getName(), CFGOnly);
250 ViewGraph(&CFGInfo, "cfg" + getName(), ViewCFGOnly);
H A DCallPrinter.cpp241 ViewGraph(&CFGInfo, "callgraph", true, Title);
H A DRegionPrinter.cpp237 llvm::ViewGraph(RI, "reg", ShortNames,
H A DBlockFrequencyInfo.cpp257 ViewGraph(const_cast<BlockFrequencyInfo *>(this), title);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp305 Eng.ViewGraph(0);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp251 llvm::ViewGraph(this, "CallGraph");
H A DCFG.cpp6031 llvm::ViewGraph(this,"CFG");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp153 ViewGraph(this, "dag." + getMachineFunction().getName(),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h372 /// ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file,
376 void ViewGraph(const GraphType &G, const Twine &Name, function in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp507 llvm::ViewGraph(*this, "Modules");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h251 void ViewGraph(bool trim = false);
255 void ViewGraph(ArrayRef<const ExplodedNode *> Nodes);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp711 Eng.ViewGraph(Mgr->options.TrimGraph);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1672 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3161 void ExprEngine::ViewGraph(bool trim) { function in class:ExprEngine
3170 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { function in class:ExprEngine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3910 ViewGraph(this, "SLP" + F->getName(), false, Str);

Completed in 199 milliseconds