Home
last modified time | relevance | path

Searched defs:gates (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.cpp107 void PostSchedule::ReplaceGateDirectly(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in ReplaceGateDirectly() argument
114 void PostSchedule::ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in ScheduleEndBB() argument
123 void PostSchedule::ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGrap argument
130 ScheduleCurrentBB(const std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) ScheduleCurrentBB() argument
142 PrepareToScheduleNewGate(GateRef gate, std::vector<GateRef> &gates) PrepareToScheduleNewGate() argument
[all...]
H A Dgraph_linearizer.h138 void AddGates(ChunkVector<GateRef>& gates) in AddGates() argument
H A Dgraph_linearizer.cpp912 auto& gates = r->GetGates(); in LinearizeRegions() local

Completed in 5 milliseconds