Lines Matching defs:CurState
203 BlockExitState CurState = PASS_THROUGH;
218 CurState = EXITS_CLEAN;
223 if (!IsControlFlow && CurState == EXITS_DIRTY)
229 CurState = EXITS_DIRTY;
253 if (CurState == EXITS_DIRTY) {
258 CurState = EXITS_CLEAN;
259 } else if (CurState == PASS_THROUGH) {
266 CurState = EXITS_CLEAN;
271 << getBlockExitStateName(CurState) << '\n');
273 if (CurState == EXITS_DIRTY)
277 BlockStates[MBB.getNumber()].ExitState = CurState;