/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 34 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()
|
D | RegionPrinter.cpp | 44 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()
|
D | CallPrinter.cpp | 30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { in getNodeLabel() function
|
D | BlockFrequencyInfo.cpp | 131 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/ |
D | ScheduleDAGPrinter.cpp | 63 std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *Graph); 76 std::string DOTGraphTraits<ScheduleDAG*>::getNodeLabel(const SUnit *SU, in getNodeLabel() function in DOTGraphTraits
|
D | MachineBlockFrequencyInfo.cpp | 125 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function 143 return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(), in getNodeLabel()
|
D | MachineFunction.cpp | 561 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() function
|
D | MachineScheduler.cpp | 3713 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/ |
D | SelectionDAGPrinter.cpp | 116 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/ |
D | DOTGraphTraits.h | 70 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel() function
|
D | GraphWriter.h | 173 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/ |
D | ModuleSummaryIndex.cpp | 366 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/ |
D | CFGPrinter.h | 119 std::string getNodeLabel(const BasicBlock *Node,
|
D | BlockFrequencyInfoImpl.h | 1412 std::string getNodeLabel(NodeRef Node, const BlockFrequencyInfoT *Graph,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1783 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/ |
D | SLPVectorizer.cpp | 2298 std::string getNodeLabel(const TreeEntry *Entry, const BoUpSLP *R) { in getNodeLabel() function
|