Home
last modified time | relevance | path

Searched refs:DoLinearScanRegisterAllocation (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc.cpp38 if (CGOptions::GetInstance().DoLinearScanRegisterAllocation()) { in GetAnalysisDependence()
61 } else if (f.GetCG()->GetCGOptions().DoLinearScanRegisterAllocation()) { in PhaseRun()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h240 bool DoLinearScanRegisterAllocation() const in DoLinearScanRegisterAllocation() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1304 if (GetCG()->GetCGOptions().DoLinearScanRegisterAllocation()) { in SelectAsm()