• Home
  • Raw
  • Download

Lines Matching defs:gate

34 void GateAccessor::SetMark(GateRef gate, MarkCode mark)  in SetMark()
54 void GateAccessor::SetFinished(GateRef gate) in SetFinished()
59 void GateAccessor::SetVisited(GateRef gate) in SetVisited()
210 GateRef GateAccessor::GetValueIn(GateRef gate, size_t idx) const in GetValueIn()
229 GateRef GateAccessor::GetIn(GateRef gate, size_t idx) const in GetIn()
234 GateRef GateAccessor::GetState(GateRef gate, size_t idx) const in GetState()
240 void GateAccessor::GetInStates(GateRef gate, std::vector<GateRef>& ins) const in GetInStates()
248 void GateAccessor::GetIns(GateRef gate, std::vector<GateRef>& ins) const in GetIns()
256 void GateAccessor::GetOuts(GateRef gate, std::vector<GateRef>& outs) const in GetOuts()
271 void GateAccessor::GetOutStates(GateRef gate, std::vector<GateRef>& outStates) const in GetOutStates()
290 void GateAccessor::GetStateUses(GateRef gate, std::vector<GateRef>& stateUses) in GetStateUses()
301 void GateAccessor::GetDependUses(GateRef gate, std::vector<GateRef>& dependUses) in GetDependUses()
317 bool GateAccessor::IsInGateNull(GateRef gate, size_t idx) const in IsInGateNull()
357 bool GateAccessor::IsConstantValue(GateRef gate, uint64_t value) const in IsConstantValue()
392 GateRef GateAccessor::GetDep(GateRef gate, size_t idx) const in GetDep()
410 void GateAccessor::SetDep(GateRef gate, GateRef depGate, size_t idx) in SetDep()
433 void GateAccessor::SetGateType(GateRef gate, GateType gt) in SetGateType()
475 void GateAccessor::DecreaseIn(GateRef gate, size_t index) in DecreaseIn()
480 void GateAccessor::NewIn(GateRef gate, size_t idx, GateRef in) in NewIn()
508 void GateAccessor::ReplaceIn(GateRef gate, size_t index, GateRef in) in ReplaceIn()
513 void GateAccessor::DeleteIn(GateRef gate, size_t idx) in DeleteIn()
520 void GateAccessor::ReplaceStateIn(GateRef gate, GateRef in, size_t index) in ReplaceStateIn()
526 void GateAccessor::ReplaceDependIn(GateRef gate, GateRef in, size_t index) in ReplaceDependIn()
533 void GateAccessor::ReplaceValueIn(GateRef gate, GateRef in, size_t index) in ReplaceValueIn()
540 void GateAccessor::DeleteGate(GateRef gate) in DeleteGate()
550 void GateAccessor::SetMachineType(GateRef gate, MachineType type) in SetMachineType()
599 bool GateAccessor::IsDependIn(GateRef gate, size_t index) const in IsDependIn()
606 bool GateAccessor::IsValueIn(GateRef gate, size_t index) const in IsValueIn()
613 bool GateAccessor::IsFrameStateIn(GateRef gate, size_t index) const in IsFrameStateIn()
621 void GateAccessor::DeleteStateSplitAndFrameState(GateRef gate) in DeleteStateSplitAndFrameState()
633 void GateAccessor::ReplaceGate(GateRef gate, GateRef state, GateRef depend, GateRef value) in ReplaceGate()
663 void GateAccessor::ReplaceFrameStateIn(GateRef gate, GateRef in) in ReplaceFrameStateIn()
717 void GateAccessor::SetMetaData(GateRef gate, const GateMetaData* meta) in SetMetaData()