HomeSort by relevance Sort by last modified time
    Searched refs:Revisit (Results 1 - 14 of 14) sorted by null

  /external/v8/src/compiler/
graph-reducer.cc 58 // If the stack becomes empty, revisit any nodes in the revisit queue.
69 // Check if we have new nodes to revisit.
176 // Revisit all uses of the node.
178 // Don't revisit this node if it refers to itself.
179 if (user != node) Revisit(user);
200 // Don't revisit this node if it refers to itself.
201 if (user != node) Revisit(user);
211 // Don't revisit this node if it refers to itself.
212 if (user != node) Revisit(user)
    [all...]
graph-reducer.h 80 // Revisit the {node} again later.
81 virtual void Revisit(Node* node) = 0;
100 void Revisit(Node* node) {
102 editor_->Revisit(node);
174 // Revisit queue operations.
176 void Revisit(Node* node) final;
escape-analysis.h 46 void Revisit(Node* node);
107 reducer->Revisit(node);
common-operator-reducer.cc 108 // Update the condition of {branch}. No need to mark the uses for revisit,
167 Revisit(graph()->end());
228 Revisit(merge);
265 Revisit(merge);
276 Revisit(merge);
295 Revisit(merge);
353 // {end} as revisit, because we mark {node} as {Dead} below, which was
369 // {end} as revisit, because we mark {node} as {Dead} below, which was
dead-code-elimination.cc 161 Revisit(loop_exit);
169 // Trim input counts for all phi uses and revisit them.
174 Revisit(use);
branch-elimination.cc 133 Revisit(graph()->end());
205 // we would only revisit control uses if there is change).
escape-analysis.cc 322 if (reduction.effect_changed()) Revisit(use);
324 if (reduction.value_changed()) Revisit(use);
332 Node* revisit = revisit_.top(); local
333 if (state_.Get(revisit) == State::kRevisit) {
334 state_.Set(revisit, State::kOnStack);
335 stack_.push({revisit, 0});
343 void EffectGraphReducer::Revisit(Node* node) {
345 TRACE(" Queueing for revisit: %s#%d\n", node->op()->mnemonic(),
js-typed-lowering.cc 723 Revisit(on_exception);
732 Revisit(graph()->end());
    [all...]
js-inlining.cc 200 Revisit(graph()->end());
293 // TODO(turbofan): We might want to revisit this restriction later when we
js-intrinsic-lowering.cc 116 Revisit(graph()->end());
js-native-context-specialization.cc 298 Revisit(edge.from());
    [all...]
js-call-reducer.cc     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go     [all...]

Completed in 342 milliseconds