Home
last modified time | relevance | path

Searched refs:getNodeLabel (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDomPrinter.cpp34 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) { in getNodeLabel() function
61 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) { in getNodeLabel() function
62 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) { in getNodeLabel() function
78 return DOTGraphTraits<DomTreeNode*>::getNodeLabel(Node, G->getRootNode()); in getNodeLabel()
H A DRegionPrinter.cpp44 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) { in getNodeLabel() function
69 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { in getNodeLabel() function
70 return DOTGraphTraits<RegionNode *>::getNodeLabel( in getNodeLabel()
H A DCallPrinter.cpp30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { in getNodeLabel() function
H A DBlockFrequencyInfo.cpp131 std::string getNodeLabel(const BasicBlock *Node, in getNodeLabel() function
134 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph, getGVDT()); in getNodeLabel()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp64 std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *Graph);
77 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel() function in DOTGraphTraits
H A DMachineBlockFrequencyInfo.cpp125 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
143 return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(), in getNodeLabel()
H A DMachineFunction.cpp512 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
H A DMachineScheduler.cpp3682 static std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *G) { in getNodeLabel() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtViz.cpp35 static std::string getNodeLabel(const Stmt* Node, const Stmt* Graph) { in getNodeLabel() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp117 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
142 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel() function in DOTGraphTraits
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDOTGraphTraits.h71 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel() function
H A DGraphWriter.h174 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
199 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DModuleSummaryIndex.cpp306 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel() function
415 A.add("label", getNodeLabel(VI, SummaryIt.second)); in exportToDot()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCFGPrinter.h120 std::string getNodeLabel(const BasicBlock *Node,
H A DBlockFrequencyInfoImpl.h1411 std::string getNodeLabel(NodeRef Node, const BlockFrequencyInfoT *Graph,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp229 static std::string getNodeLabel(const CallGraphNode *Node, in getNodeLabel() function
H A DCFG.cpp5555 static std::string getNodeLabel(const CFGBlock *Node, const CFG* Graph) { in getNodeLabel() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp500 std::string getNodeLabel(ModuleFile *M, const ModuleManager&) { in getNodeLabel() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1683 std::string getNodeLabel(const BasicBlock *Node, const PGOUseFunc *Graph) { in getNodeLabel() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3017 static std::string getNodeLabel(const ExplodedNode *N, ExplodedGraph *G){ in getNodeLabel() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1293 std::string getNodeLabel(const TreeEntry *Entry, const BoUpSLP *R) { in getNodeLabel() function