Lines Matching refs:_state
628 memcpy(_state, bb->_state, _state_len*sizeof(CellTypeState));
655 ALLOC_RESOURCE_ARRAY(_state, CellTypeState, _state_len);
656 memset(_state, 0, _state_len * sizeof(CellTypeState));
683 result._state = _state | cts._state;
695 result._state |= info_conflict;
778 if (merge_local_state_vectors(_state, bb->_state)) {
783 if (merge_monitor_state_vectors(_state, bb->_state)) {
801 copy_state(bb->_state, _state);
994 bb->_state = basicBlockState + blockNum * _state_len;
1062 _state[_init_vars->at(k)] = CellTypeState::make_slot_ref(k);
1744 if (match.equal(_state[i])) {
1745 _state[i] = replace;
1753 if (match.equal(_state[i])) {
1754 _state[i] = replace;