Lines Matching refs:it
102 for (auto it = uses.begin(); it != uses.end(); it++) {
103 if (acc_.IsIfOrSwitchRelated(*it)) {
104 ReplaceGate(*it, acc_.GetState(gate));
116 for (auto it = uses.begin(); it != uses.end(); it++) {
117 if (acc_.IsSelector(*it)) {
118 acc_.DecreaseIn(*it, count + 1);
145 for (auto it = uses.begin(); it != uses.end(); it++) {
146 if (acc_.IsSelector(*it)) {
147 TryFindAndDeleteLoopExit(*it);
148 auto selectorInput = acc_.GetIn(*it, 1);
149 ReplaceGate(*it, selectorInput);
156 for (auto it = uses.begin(); it != uses.end(); it++) {
157 if (acc_.IsSelector(*it)) {
158 visitor_->ReVisitGate(*it);
169 for (auto it = uses.begin(); it != uses.end(); it++) {
170 if (acc_.GetOpCode(*it) == OpCode::LOOP_EXIT_VALUE || acc_.GetOpCode(*it) == OpCode::LOOP_EXIT_DEPEND) {
179 for (auto it = uses.begin(); it != uses.end(); it++) {
180 if (acc_.GetOpCode(*it) == OpCode::LOOP_EXIT_VALUE) {
181 ReplaceGate(*it, acc_.GetValueIn(*it));
182 } else if (acc_.GetOpCode(*it) == OpCode::LOOP_EXIT_DEPEND) {
183 ReplaceGate(*it, acc_.GetDep(*it));