Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc.cpp40 } else if (CGOptions::GetInstance().DoColoringBasedRegisterAllocation()) { in GetAnalysisDependence()
70 } else if (f.GetCG()->GetCGOptions().DoColoringBasedRegisterAllocation()) { in PhaseRun()
Dregsaves.cpp49 f.GetCG()->GetCGOptions().DoColoringBasedRegisterAllocation()) { in PhaseRun()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h244 bool DoColoringBasedRegisterAllocation() const in DoColoringBasedRegisterAllocation() function