Searched refs:WhileState (Results 1 – 2 of 2) sorted by relevance
1760 WhileState& state = controller->mWhileState[controller->mNextStepIndex]; in nextCompound()1761 if (state.stage == WhileState::EVALUATE_CONDITION) { in nextCompound()1762 state.iteration = state.iteration == WhileState::kOutsideLoop ? 0 : state.iteration + 1; in nextCompound()1786 state.stage = WhileState::EVALUATE_BODY; in nextCompound()1790 CHECK(state.stage == WhileState::EVALUATE_BODY); in nextCompound()1871 state.iteration = WhileState::kOutsideLoop; in nextCompound()1874 state.stage = WhileState::EVALUATE_CONDITION; in nextCompound()
538 struct WhileState { struct670 std::unordered_map<size_t, WhileState> mWhileState;