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 133 /// getEdgeDestLabel - If hasEdgeDestLabels, this function returns the
135 static std::string getEdgeDestLabel(const void *, unsigned) {
GraphWriter.h 205 << 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 46 milliseconds