HomeSort by: relevance | last modified time | path
    Searched refs:hasEdgeDestLabels (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DOTGraphTraits.h 127 /// hasEdgeDestLabels - If this function returns true, the graph is able
129 static bool hasEdgeDestLabels() {
133 /// numEdgeDestLabels - If hasEdgeDestLabels, this function returns the
139 /// getEdgeDestLabel - If hasEdgeDestLabels, this function returns the
GraphWriter.h 208 if (DTraits.hasEdgeDestLabels()) {
291 if (DestNodePort >= 0 && DTraits.hasEdgeDestLabels())
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 36 static bool hasEdgeDestLabels() {

Completed in 20 milliseconds