Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtViz.cpp22 llvm::ViewGraph(this,"AST"); in viewAST()
/openbsd-src/gnu/llvm/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.cpp675 ViewGraph(this, "mf" + getName()); in viewCFG()
685 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
H A DMachineScheduler.cpp3970 ViewGraph(this, Name, false, Title); in viewGraph()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h35 ViewGraph(Graph, Name, IsSimple, in viewGraphForFunction()
251 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCallGraph.cpp251 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
H A DCFG.cpp6325 llvm::ViewGraph(this,"CFG"); in viewCFG()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp305 Eng.ViewGraph(false); in checkEndAnalysis()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp149 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h254 void ViewGraph(bool trim = false);
258 void ViewGraph(ArrayRef<const ExplodedNode *> Nodes);
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGraphWriter.h427 void ViewGraph(const GraphType &G, const Twine &Name,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp512 llvm::ViewGraph(*this, "Modules"); in viewGraph()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp741 Eng.ViewGraph(Mgr->options.TrimGraph); in RunPathSensitiveChecks()
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt128 see: https://llvm.org/docs/ProgrammersManual.html#ViewGraph
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3886 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine
3891 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode *> Nodes) { in ViewGraph() function in ExprEngine
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2199 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3612 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } in viewGraph()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8099 ViewGraph(this, "SLP" + F->getName(), false, Str); in getTreeCost()