Searched refs:PostEdge (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | generic-algorithm.h | 88 visitor->PostEdge(Traits::from(top.first), top.first.edge().index(), in Visit() 107 void PostEdge(GenericNode<B, S>* from, int index, GenericNode<B, S>* to) {} in PostEdge() function
|
D | graph-replay.h | 29 void PostEdge(Node* from, int index, Node* to);
|
D | graph-replay.cc | 38 void GraphReplayPrinter::PostEdge(Node* from, int index, Node* to) { in PostEdge() function in v8::internal::compiler::GraphReplayPrinter
|
D | scheduler.cc | 450 void PostEdge(Node* from, int index, Node* to) { in PostEdge() function in v8::internal::compiler::PrepareUsesVisitor
|
/external/v8/test/cctest/compiler/ |
D | test-node-algorithm.cc | 205 void PostEdge(Node* from, int index, Node* to) { in PostEdge() function
|