Lines Matching defs:states
390 AllocationStates const& states) {
391 // Check if all states are the same; or at least if all allocation
392 // states belong to the same allocation group.
393 AllocationState const* state = states.front();
395 for (size_t i = 1; i < states.size(); ++i) {
396 if (states[i] != state) state = nullptr;
397 if (states[i]->group() != group) group = nullptr;
408 // The states are from different allocation groups.
446 // Check if states for all inputs are available by now.
448 // All inputs to this effect merge are done, merge the states given all