Home | History | Annotate | Download | only in src

Lines Matching refs:in_worklist_

1731         in_worklist_(graph->GetMaximumValueID(), graph->zone()) { }
1746 BitVector in_worklist_;
1753 if (in_worklist_.Contains(current->id())) return;
1755 in_worklist_.Add(current->id());
1922 in_worklist_.Remove(current->id());