Home
last modified time | relevance | path

Searched refs:ViewGraph (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtViz.cpp22 llvm::ViewGraph(this,"AST"); in viewAST()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp82 ViewGraph(this, Name, false, Title); in viewGraph()
H A DEdgeBundles.cpp100 ViewGraph(*this, "EdgeBundles"); in view()
H A DMachineBlockFrequencyInfo.cpp226 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in view()
H A DMachineFunction.cpp658 ViewGraph(this, "mf" + getName()); in viewCFG()
668 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
H A DMachineScheduler.cpp3940 ViewGraph(this, Name, false, Title); in viewGraph()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h35 ViewGraph(Graph, Name, IsSimple, in viewGraphForFunction()
251 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFGPrinter.cpp92 ViewGraph(&CFGInfo, "cfg." + F.getName(), CFGOnly); in viewCFG()
270 ViewGraph(&CFGInfo, "cfg" + getName(), ViewCFGOnly); in viewCFG()
H A DDomPrinter.cpp30 ViewGraph(this, Name, false, Title); in viewGraph()
H A DRegionPrinter.cpp226 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
H A DCallPrinter.cpp250 ViewGraph(&CFGInfo, "callgraph", true, Title); in viewCallGraph()
H A DBlockFrequencyInfo.cpp258 ViewGraph(const_cast<BlockFrequencyInfo *>(this), title); in view()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCallGraph.cpp251 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
H A DCFG.cpp6255 llvm::ViewGraph(this,"CFG"); in viewCFG()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp149 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp305 Eng.ViewGraph(false); in checkEndAnalysis()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h253 void ViewGraph(bool trim = false);
257 void ViewGraph(ArrayRef<const ExplodedNode *> Nodes);
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGraphWriter.h427 void ViewGraph(const GraphType &G, const Twine &Name,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DModuleManager.cpp521 llvm::ViewGraph(*this, "Modules"); in viewGraph()
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt128 see: https://llvm.org/docs/ProgrammersManual.html#ViewGraph
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp742 Eng.ViewGraph(Mgr->options.TrimGraph); in RunPathSensitiveChecks()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3554 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine
3559 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode *> Nodes) { in ViewGraph() function in ExprEngine
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1866 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3353 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } in viewGraph()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7240 ViewGraph(this, "SLP" + F->getName(), false, Str); in getTreeCost()