Searched refs:LocalState (Results 1 – 1 of 1) sorted by relevance
1165 ConsumedState LocalState; in intersect() local1173 LocalState = this->getState(DM.first); in intersect()1175 if (LocalState == CS_None) in intersect()1178 if (LocalState != DM.second) in intersect()1187 ConsumedState LocalState; in intersectAtLoopHead() local1191 LocalState = this->getState(DM.first); in intersectAtLoopHead()1193 if (LocalState == CS_None) in intersectAtLoopHead()1196 if (LocalState != DM.second) { in intersectAtLoopHead()