Searched refs:LocalState (Results 1 – 1 of 1) sorted by relevance
1170 ConsumedState LocalState; in intersect() local1178 LocalState = this->getState(DM.first); in intersect()1180 if (LocalState == CS_None) in intersect()1183 if (LocalState != DM.second) in intersect()1192 ConsumedState LocalState; in intersectAtLoopHead() local1196 LocalState = this->getState(DM.first); in intersectAtLoopHead()1198 if (LocalState == CS_None) in intersectAtLoopHead()1201 if (LocalState != DM.second) { in intersectAtLoopHead()