Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFGPrinter.cpp180 ViewGraph(this, "cfg" + getName()); in viewCFG()
191 ViewGraph(this, "cfg" + getName(), true); in viewCFGOnly()
H A DDomPrinter.cpp85 ViewGraph(this, Name, false, Title); in viewGraph()
H A DRegionPrinter.cpp237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
H A DBlockFrequencyInfo.cpp256 ViewGraph(const_cast<BlockFrequencyInfo *>(this), title); in view()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h59 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 DStmtViz.cpp23 llvm::ViewGraph(this,"AST"); in viewAST()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp88 ViewGraph(this, Name, false, Title); in viewGraph()
H A DEdgeBundles.cpp101 ViewGraph(*this, "EdgeBundles"); in view()
H A DMachineBlockFrequencyInfo.cpp217 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); in view()
H A DMachineFunction.cpp543 ViewGraph(this, "mf" + getName()); in viewCFG()
553 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
H A DMachineScheduler.cpp3719 ViewGraph(this, Name, false, Title); in viewGraph()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp226 Eng.ViewGraph(0); in checkEndAnalysis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp210 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
H A DCFG.cpp5544 llvm::ViewGraph(this,"CFG"); in viewCFG()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp154 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h220 void ViewGraph(bool trim = false);
224 void ViewGraph(ArrayRef<const ExplodedNode *> Nodes);
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h367 void ViewGraph(const GraphType &G, const Twine &Name,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp508 llvm::ViewGraph(*this, "Modules"); in viewGraph()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp749 Eng.ViewGraph(Mgr->options.TrimGraph); in RunPathSensitiveChecks()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3056 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 DPGOInstrumentation.cpp1522 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2606 ViewGraph(this, "SLP" + F->getName(), false, Str); in getTreeCost()