reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
146 return !(StackUnexplored.empty() && StackOthers.empty()); 166 StackOthers.push_back(U); 170 MaxQueueSize.updateMax(StackUnexplored.size() + StackOthers.size()); 179 WorkListUnit &U = StackOthers.back(); 180 StackOthers.pop_back();