Searched defs:edgeTargetsEdgeSource (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h110 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
114 static bool edgeTargetsEdgeSource(const void *, EdgeIter) { function in struct:llvm::DefaultDOTGraphTraits
118 /// getEdgeTarget - If edgeTargetsEdgeSource returns true, this method is
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp56 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
60 static bool edgeTargetsEdgeSource(const void *Node, EdgeIter I) { function in struct:llvm::DOTGraphTraits
64 /// getEdgeTarget - If edgeTargetsEdgeSource returns true, this method is

Completed in 83 milliseconds