Home
last modified time | relevance | path

Searched defs:gates (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md88 #### RETURN
101 #### THROW
114 #### ORDINARY_BLOCK
127 #### IF_BRANCH
140 #### SWITCH_BRANCH
153 #### IF_TRUE | IF_FALSE
166 #### IF_SUCCESS | IF_EXCEPTION
179 #### SWITCH_CASE | DEFAULT_CASE
192 #### MERGE
205 #### LOOP_BEGIN
[all …]
Dpost_schedule.cpp153 void PostSchedule::ReplaceGateDirectly(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t b… in ReplaceGateDirectly()
160 void PostSchedule::ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, … in ScheduleEndBB()
169 void PostSchedule::ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx) in ScheduleNewBB()
176 void PostSchedule::ScheduleCurrentBB(const std::vector<GateRef> &gates, ControlFlowGraph &cfg, size… in ScheduleCurrentBB()
188 void PostSchedule::PrepareToScheduleNewGate(GateRef gate, std::vector<GateRef> &gates) in PrepareToScheduleNewGate()
Dgraph_linearizer.h138 void AddGates(ChunkVector<GateRef>& gates) in AddGates()
Dgraph_linearizer.cpp910 auto& gates = r->GetGates(); in LinearizeRegions() local