Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp1159 ConsumedState LocalState; in intersect() local
1167 LocalState = this->getState(DM.first); in intersect()
1169 if (LocalState == CS_None) in intersect()
1172 if (LocalState != DM.second) in intersect()
1181 ConsumedState LocalState; in intersectAtLoopHead() local
1185 LocalState = this->getState(DM.first); in intersectAtLoopHead()
1187 if (LocalState == CS_None) in intersectAtLoopHead()
1190 if (LocalState != DM.second) { in intersectAtLoopHead()