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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DOTGraphTraits.h 111 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
115 static bool edgeTargetsEdgeSource(const void *, EdgeIter) {
119 /// getEdgeTarget - If edgeTargetsEdgeSource returns true, this method is
GraphWriter.h 239 if (DTraits.edgeTargetsEdgeSource(Node, EI)) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 53 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
57 static bool edgeTargetsEdgeSource(const void *Node, EdgeIter I) {
61 /// getEdgeTarget - If edgeTargetsEdgeSource returns true, this method is

Completed in 36 milliseconds