Searched refs:getEdgeAttributes (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBlockFrequencyInfo.cpp | 153 std::string getEdgeAttributes(const MachineBasicBlock *Node, EdgeIter EI, in getEdgeAttributes() function 155 return MBFIDOTGraphTraitsBase::getEdgeAttributes( in getEdgeAttributes()
|
D | ScheduleDAGPrinter.cpp | 52 static std::string getEdgeAttributes(const SUnit *Node, in getEdgeAttributes() function
|
D | MachineScheduler.cpp | 3703 static std::string getEdgeAttributes(const SUnit *Node, in getEdgeAttributes() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 98 static std::string getEdgeAttributes(const void *, EdgeIter, in getEdgeAttributes() function
|
D | GraphWriter.h | 255 DTraits.getEdgeAttributes(Node, EI, G)); in writeEdge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 143 std::string getEdgeAttributes(const BasicBlock *Node, EdgeIter EI, in getEdgeAttributes() function 145 return BFIDOTGTraitsBase::getEdgeAttributes(Node, EI, BFI, BFI->getBPI(), in getEdgeAttributes()
|
D | RegionPrinter.cpp | 74 std::string getEdgeAttributes(RegionNode *srcNode, in getEdgeAttributes() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CFGPrinter.h | 150 std::string getEdgeAttributes(const BasicBlock *Node, succ_const_iterator I,
|
D | BlockFrequencyInfoImpl.h | 1443 std::string getEdgeAttributes(NodeRef Node, EdgeIter EI,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 95 static std::string getEdgeAttributes(const void *Node, EdgeIter EI, in getEdgeAttributes() function
|