Lines Matching defs:use
4 * you may not use this file except in compliance with the License.
197 for (auto use : loopBeginUses) {
198 if (accessor_.GetOpCode(use) == OpCode::VALUE_SELECTOR && use != prevBcOffsetPhiGate) {
199 auto machineType = accessor_.GetMachineType(use);
200 auto gateType = accessor_.GetGateType(use);
211 auto firstValueGate = accessor_.GetValueIn(use, 0);
215 accessor_.ReplaceValueIn(use, newValueSelector);
216 } else if (accessor_.GetOpCode(use) == OpCode::DEPEND_SELECTOR) {
217 // if there is a dependSelector in the use node of the loop-begin, a new dependSelector node needs
221 auto dependGate = accessor_.GetDep(use);
224 accessor_.ReplaceDependIn(use, newDependSelector);
240 GateRef use = *useIt;
241 if (accessor_.IsState(use) && use != ifBranch) {
287 for (auto use : loopBeginUses) {
288 if (accessor_.GetOpCode(use) == OpCode::DEPEND_SELECTOR) {
289 return use;