| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 180 ViewGraph(this, "cfg" + getName()); in viewCFG() 191 ViewGraph(this, "cfg" + getName(), true); in viewCFGOnly()
|
| H A D | DomPrinter.cpp | 85 ViewGraph(this, Name, false, Title); in viewGraph()
|
| H A D | RegionPrinter.cpp | 237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
|
| H A D | BlockFrequencyInfo.cpp | 256 ViewGraph(const_cast<BlockFrequencyInfo *>(this), title); in view()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | DOTGraphTraitsPass.h | 59 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction() 137 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtViz.cpp | 23 llvm::ViewGraph(this,"AST"); in viewAST()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGPrinter.cpp | 88 ViewGraph(this, Name, false, Title); in viewGraph()
|
| H A D | EdgeBundles.cpp | 101 ViewGraph(*this, "EdgeBundles"); in view()
|
| H A D | MachineBlockFrequencyInfo.cpp | 217 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in view()
|
| H A D | MachineFunction.cpp | 543 ViewGraph(this, "mf" + getName()); in viewCFG() 553 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
|
| H A D | MachineScheduler.cpp | 3719 ViewGraph(this, Name, false, Title); in viewGraph()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 226 Eng.ViewGraph(0); in checkEndAnalysis()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 210 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
|
| H A D | CFG.cpp | 5544 llvm::ViewGraph(this,"CFG"); in viewCFG()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 154 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 220 void ViewGraph(bool trim = false); 224 void ViewGraph(ArrayRef<const ExplodedNode *> Nodes);
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 367 void ViewGraph(const GraphType &G, const Twine &Name,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 508 llvm::ViewGraph(*this, "Modules"); in viewGraph()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 749 Eng.ViewGraph(Mgr->options.TrimGraph); in RunPathSensitiveChecks()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 3056 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine 3065 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { in ViewGraph() function in ExprEngine
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1522 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 2606 ViewGraph(this, "SLP" + F->getName(), false, Str); in getTreeCost()
|