Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDConsumed.cpp1170 ConsumedState LocalState; in intersect() local
1178 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() local
1196 LocalState = this->getState(DM.first); in intersectAtLoopHead()
1198 if (LocalState == CS_None) in intersectAtLoopHead()
1201 if (LocalState != DM.second) { in intersectAtLoopHead()