Searched refs:ControlFlowGraph (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | code_generator.h | 23 using ControlFlowGraph = std::vector<std::vector<GateRef>>; variable 32 virtual void GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, 35 …virtual void GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig… 49 …void RunForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationCo… in RunForStub() 59 void Run(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in Run()
|
| D | scheduler.h | 24 using ControlFlowGraph = std::vector<std::vector<GateRef>>; 30 static void Run(const Circuit *circuit, ControlFlowGraph &result, 45 static void Print(const ControlFlowGraph *cfg, const Circuit *circuit);
|
| D | graph_linearizer.h | 213 using ControlFlowGraph = std::vector<std::vector<GateRef>>; 220 void Run(ControlFlowGraph &result); 263 void LinearizeRegions(ControlFlowGraph &result);
|
| D | llvm_codegen.h | 210 void GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, 212 void GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg,
|
| D | pass.h | 64 const ControlFlowGraph &GetConstScheduleResult() const in GetConstScheduleResult() 69 ControlFlowGraph &GetCfg() in GetCfg() 202 ControlFlowGraph cfg_;
|
| D | llvm_codegen.cpp | 217 void LLVMIRGeneratorImpl::GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size… in GenerateCodeForStub() 226 void LLVMIRGeneratorImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const Compi… in GenerateCode()
|
| D | graph_linearizer.cpp | 21 void GraphLinearizer::Run(ControlFlowGraph &result) in Run() 824 void GraphLinearizer::LinearizeRegions(ControlFlowGraph &result) in LinearizeRegions()
|
| D | scheduler.cpp | 119 void Scheduler::Run(const Circuit *circuit, ControlFlowGraph &result, in Run()
|