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

  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 110 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
114 static bool edgeTargetsEdgeSource(const void *, EdgeIter) {
118 /// getEdgeTarget - If edgeTargetsEdgeSource returns true, this method is
GraphWriter.h 242 if (DTraits.edgeTargetsEdgeSource(Node, EI)) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 56 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
60 static bool edgeTargetsEdgeSource(const void *Node, EdgeIter I) {
64 /// getEdgeTarget - If edgeTargetsEdgeSource returns true, this method is

Completed in 3074 milliseconds