Searched refs:ControlFlowGraph (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| 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 | code_generator.h | 24 using ControlFlowGraph = std::vector<std::vector<GateRef>>; variable 149 virtual void GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, 152 …virtual void GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig… 166 …void RunForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, const CompilationCo… in RunForStub() 176 void Run(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, in Run()
|
| D | llvm_codegen.h | 133 void GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, 135 void GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg,
|
| D | graph_linearizer.h | 252 using ControlFlowGraph = std::vector<std::vector<GateRef>>; 270 void Run(ControlFlowGraph &result); 329 void LinearizeRegions(ControlFlowGraph &result);
|
| D | pass.h | 81 const ControlFlowGraph &GetConstScheduleResult() const in GetConstScheduleResult() 86 ControlFlowGraph &GetCfg() in GetCfg() 224 ControlFlowGraph cfg_;
|
| D | llvm_codegen.cpp | 275 void LLVMIRGeneratorImpl::GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size… in GenerateCodeForStub() 284 void LLVMIRGeneratorImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const Compi… in GenerateCode()
|
| D | graph_linearizer.cpp | 21 void GraphLinearizer::Run(ControlFlowGraph &result) in Run() 857 void GraphLinearizer::LinearizeRegions(ControlFlowGraph &result) in LinearizeRegions()
|
| D | scheduler.cpp | 119 void Scheduler::Run(const Circuit *circuit, ControlFlowGraph &result, in Run()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.h | 41 void GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, size_t index, 43 void GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg,
|
| D | litecg_codegen.cpp | 93 void LiteCGIRGeneratorImpl::GenerateCodeForStub(Circuit *circuit, const ControlFlowGraph &graph, si… in GenerateCodeForStub() 102 void LiteCGIRGeneratorImpl::GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const Com… in GenerateCode()
|