Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
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()
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()
DCallPrinter.cpp30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { in getNodeLabel() function
DBlockFrequencyInfo.cpp131 std::string getNodeLabel(const BasicBlock *Node, in getNodeLabel() function
134 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph, getGVDT()); in getNodeLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp63 std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *Graph);
76 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel() function in DOTGraphTraits
DMachineBlockFrequencyInfo.cpp125 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
143 return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(), in getNodeLabel()
DMachineFunction.cpp561 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
DMachineScheduler.cpp3713 static std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *G) { in getNodeLabel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp116 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
141 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel() function in DOTGraphTraits
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDOTGraphTraits.h70 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel() function
DGraphWriter.h173 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
198 O << DOT::EscapeString(DTraits.getNodeLabel(Node, G)); in writeNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp366 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel() function
494 A.add("label", getNodeLabel(VI, SummaryIt.second)); in exportToDot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCFGPrinter.h119 std::string getNodeLabel(const BasicBlock *Node,
DBlockFrequencyInfoImpl.h1412 std::string getNodeLabel(NodeRef Node, const BlockFrequencyInfoT *Graph,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1783 std::string getNodeLabel(const BasicBlock *Node, const PGOUseFunc *Graph) { in getNodeLabel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2298 std::string getNodeLabel(const TreeEntry *Entry, const BoUpSLP *R) { in getNodeLabel() function