Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtViz.cpp22 llvm::ViewGraph(this,"AST"); in viewAST()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDCFGPrinter.cpp90 ViewGraph(&CFGInfo, "cfg." + F.getName(), CFGOnly); in viewCFG()
144 ViewGraph(&CFGInfo, "cfg" + getName(), ViewCFGOnly); in viewCFG()
HDDomPrinter.cpp30 ViewGraph(this, Name, false, Title); in viewGraph()
HDRegionPrinter.cpp225 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
HDCallPrinter.cpp251 ViewGraph(&CFGInfo, "callgraph", true, Title); in viewCallGraph()
HDBlockFrequencyInfo.cpp256 ViewGraph(const_cast<BlockFrequencyInfo *>(this), title); in view()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDScheduleDAGPrinter.cpp82 ViewGraph(this, Name, false, Title); in viewGraph()
HDEdgeBundles.cpp100 ViewGraph(*this, "EdgeBundles"); in view()
HDMachineBlockFrequencyInfo.cpp264 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in view()
HDMachineFunction.cpp703 ViewGraph(this, "mf" + getName()); in viewCFG()
713 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
HDMachineScheduler.cpp4444 ViewGraph(this, Name, false, Title); in viewGraph()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDOTGraphTraitsPass.h38 ViewGraph(Graph, Name, IsSimple, in viewGraphForFunction()
271 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCallGraph.cpp251 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
HDCFG.cpp6337 llvm::ViewGraph(this,"CFG"); in viewCFG()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDebugCheckers.cpp304 Eng.ViewGraph(false); in checkEndAnalysis()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGPrinter.cpp149 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h246 void ViewGraph(bool trim = false);
250 void ViewGraph(ArrayRef<const ExplodedNode *> Nodes);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDGraphWriter.h427 void ViewGraph(const GraphType &G, const Twine &Name,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDModuleManager.cpp498 llvm::ViewGraph(*this, "Modules"); in viewGraph()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp743 Eng.ViewGraph(Mgr->options.TrimGraph); in RunPathSensitiveChecks()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp3914 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine
3919 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode *> Nodes) { in ViewGraph() function in ExprEngine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOInstrumentation.cpp2196 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp3997 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } in viewGraph()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp10791 ViewGraph(this, "SLP" + F->getName(), false, Str); in getTreeCost()