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

  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 105 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
109 static bool edgeTargetsEdgeSource(const void *, EdgeIter) {
113 /// getEdgeTarget - If edgeTargetsEdgeSource returns true, this method is
  /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 25 milliseconds