Searched refs:depGate (Results 1 – 3 of 3) sorted by relevance
421 void SetDep(GateRef gate, GateRef depGate, size_t idx = 0);
726 void GateAccessor::SetDep(GateRef gate, GateRef depGate, size_t idx) in SetDep() argument731 gatePtr->ModifyIn(dependIndex + idx, circuit_->LoadGatePtr(depGate)); in SetDep()
1804 GateRef depGate = acc_.GetDep(gate); in LowerCreateObjectWithExcludedKeys() local1805 acc_.SetDep(gate, acc_.GetDep(depGate)); in LowerCreateObjectWithExcludedKeys()1806 builder_.SetDepend(acc_.GetDep(depGate)); in LowerCreateObjectWithExcludedKeys()1809 size_t numIn = acc_.GetNumValueIn(depGate); in LowerCreateObjectWithExcludedKeys()1817 GateRef tmpGate = acc_.GetValueIn(depGate, idx); in LowerCreateObjectWithExcludedKeys()1820 acc_.DeleteGate(depGate); in LowerCreateObjectWithExcludedKeys()