Searched refs:edgeTargetsEdgeSource (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/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
H A DGraphWriter.h242 if (DTraits.edgeTargetsEdgeSource(Node, EI)) {
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp55 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
59 static bool edgeTargetsEdgeSource(const void *Node, EdgeIter I) { function in struct:llvm::DOTGraphTraits
63 /// getEdgeTarget - If edgeTargetsEdgeSource returns true, this method is

Completed in 60 milliseconds