Home
last modified time | relevance | path

Searched refs:RunRegAllocAndCodeGenPass (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpipeline.cpp112 Pipeline::RunRegAllocAndCodeGenPass<RUNNER_MODE>(std::move(nextRunner)); in Run()
127 Pipeline::RunRegAllocAndCodeGenPass<RUNNER_MODE>(std::move(taskRunner)); in Run()
132 void Pipeline::RunRegAllocAndCodeGenPass(CompilerTaskRunner<RUNNER_MODE> taskRunner) in RunRegAllocAndCodeGenPass() function in ark::compiler::Pipeline
275 template void Pipeline::RunRegAllocAndCodeGenPass<BACKGROUND_MODE>(CompilerTaskRunner<BACKGROUND_MODE>);
276 template void Pipeline::RunRegAllocAndCodeGenPass<INPLACE_MODE>(CompilerTaskRunner<INPLACE_MODE>);
H A Dpipeline.h53 static void RunRegAllocAndCodeGenPass(CompilerTaskRunner<RUNNER_MODE> taskRunner);

Completed in 1 milliseconds