/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtViz.cpp | 22 llvm::ViewGraph(this,"AST"); in viewAST()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAGPrinter.cpp | 82 ViewGraph(this, Name, false, Title); in viewGraph()
|
H A D | EdgeBundles.cpp | 100 ViewGraph(*this, "EdgeBundles"); in view()
|
H A D | MachineBlockFrequencyInfo.cpp | 264 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in view()
|
H A D | MachineFunction.cpp | 703 ViewGraph(this, "mf" + getName()); in viewCFG() 713 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
|
H A D | MachineScheduler.cpp | 4444 ViewGraph(this, Name, false, Title); in viewGraph()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CFGPrinter.cpp | 90 ViewGraph(&CFGInfo, "cfg." + F.getName(), CFGOnly); in viewCFG() 144 ViewGraph(&CFGInfo, "cfg" + getName(), ViewCFGOnly); in runOnFunction()
|
H A D | DomPrinter.cpp | 30 ViewGraph(this, Name, false, Title); in viewGraph()
|
H A D | RegionPrinter.cpp | 225 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
|
H A D | BlockFrequencyInfo.cpp | 256 ViewGraph(const_cast<BlockFrequencyInfo *>(this), title); in view()
|
H A D | CallPrinter.cpp | 251 ViewGraph(&CFGInfo, "callgraph", true, Title); in viewCallGraph()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DOTGraphTraitsPass.h | 38 ViewGraph(Graph, Name, IsSimple, in viewGraphForFunction() 271 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 149 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 246 void ViewGraph(bool trim = false); 250 void ViewGraph(ArrayRef<const ExplodedNode *> Nodes);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 427 void ViewGraph(const GraphType &G, const Twine &Name,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 743 Eng.ViewGraph(Mgr->options.TrimGraph); in RunPathSensitiveChecks()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3914 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine 3919 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode *> Nodes) { in ViewGraph() function in ExprEngine
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 2196 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 3997 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } in viewGraph()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 6337 llvm::ViewGraph(this,"CFG"); in viewCFG()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 10791 ViewGraph(this, "SLP" + F->getName(), false, Str); in getTreeCost()
|