Searched refs:revisit_ (Results 1 – 3 of 3) sorted by relevance
34 revisit_(zone), in GraphReducer()48 DCHECK(revisit_.empty()); in ReduceNode()55 } else if (!revisit_.empty()) { in ReduceNode()57 Node* const node = revisit_.top(); in ReduceNode()58 revisit_.pop(); in ReduceNode()68 if (revisit_.empty()) break; in ReduceNode()71 DCHECK(revisit_.empty()); in ReduceNode()272 revisit_.push(node); in Revisit()
164 ZoneStack<Node*> revisit_; member in v8::internal::compiler::__anon35baa2500311::RedundantStoreFinder203 while (!revisit_.empty()) { in Find()204 Node* next = revisit_.top(); in Find()205 revisit_.pop(); in Find()226 revisit_.push(node); in MarkForRevisit()351 revisit_(temp_zone), in RedundantStoreFinder()
177 ZoneStack<Node*> revisit_; in NON_EXPORTED_BASE() local