Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h56 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
134 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtViz.cpp22 llvm::ViewGraph(this,"AST"); in viewAST()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp87 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.cpp634 ViewGraph(this, "mf" + getName()); in viewCFG()
644 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
H A DMachineScheduler.cpp3941 ViewGraph(this, Name, false, Title); in viewGraph()
/freebsd-13.1/contrib/llvm-project/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.cpp85 ViewGraph(this, Name, false, Title); in viewGraph()
H A DRegionPrinter.cpp237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
H A DCallPrinter.cpp242 ViewGraph(&CFGInfo, "callgraph", true, Title); in runOnModule()
H A DBlockFrequencyInfo.cpp259 ViewGraph(const_cast<BlockFrequencyInfo *>(this), title); in view()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp251 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
H A DCFG.cpp6039 llvm::ViewGraph(this,"CFG"); in viewCFG()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp153 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp305 Eng.ViewGraph(0); in checkEndAnalysis()
/freebsd-13.1/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.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h375 void ViewGraph(const GraphType &G, const Twine &Name,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp528 llvm::ViewGraph(*this, "Modules"); in viewGraph()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp692 Eng.ViewGraph(Mgr->options.TrimGraph); in RunPathSensitiveChecks()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3217 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine
3227 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { in ViewGraph() function in ExprEngine
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1914 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2863 void AADepGraph::viewGraph() { llvm::ViewGraph(this, "Dependency Graph"); } in viewGraph()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4612 ViewGraph(this, "SLP" + F->getName(), false, Str); in getTreeCost()