Searched defs:gates (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | post_schedule.cpp | 107 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 D | graph_linearizer.h | 138 void AddGates(ChunkVector<GateRef>& gates) in AddGates() argument
|
H A D | graph_linearizer.cpp | 912 auto& gates = r->GetGates(); in LinearizeRegions() local
|
Completed in 5 milliseconds