Home
last modified time | relevance | path

Searched refs:LocalState (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DConsumed.cpp1165 ConsumedState LocalState; in intersect() local
1173 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() local
1191 LocalState = this->getState(DM.first); in intersectAtLoopHead()
1193 if (LocalState == CS_None) in intersectAtLoopHead()
1196 if (LocalState != DM.second) { in intersectAtLoopHead()