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

/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h111 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
115 static bool edgeTargetsEdgeSource(const void *, EdgeIter) { function in struct:llvm::DefaultDOTGraphTraits
119 /// getEdgeTarget - If edgeTargetsEdgeSource returns true, this method is
H A DGraphWriter.h243 if (DTraits.edgeTargetsEdgeSource(Node, EI)) {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDOTGraphTraits.h105 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
109 static bool edgeTargetsEdgeSource(const void *Node, EdgeIter I) { function in struct:llvm::DefaultDOTGraphTraits
113 /// getEdgeTarget - If edgeTargetsEdgeSource returns true, this method is
H A DGraphWriter.h229 if (DTraits.edgeTargetsEdgeSource(Node, EI)) {
/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
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp58 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge
62 static bool edgeTargetsEdgeSource(const void *Node, EdgeIter I) { function in struct:llvm::DOTGraphTraits
66 /// getEdgeTarget - If edgeTargetsEdgeSource returns true, this method is

Completed in 537 milliseconds