HomeSort by relevance Sort by last modified time
    Searched refs:getEdgeDestLabel (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 139 /// getEdgeDestLabel - If hasEdgeDestLabels, this function returns the
141 static std::string getEdgeDestLabel(const void *, unsigned) {
GraphWriter.h 219 << DOT::EscapeString(DTraits.getEdgeDestLabel(Node, i));
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 47 static std::string getEdgeDestLabel(const void *Node, unsigned i) {

Completed in 359 milliseconds