Home
last modified time | relevance | path

Searched refs:IsPreassigned (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp121 if (interv->IsPhysical() || interv->IsPreassigned()) { in PrecolorIG()
350 if (interval->IsPreassigned() && interval->GetReg() == INVALID_REG) { in InitWorkingRanges()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h336 bool IsPreassigned() const in IsPreassigned() function
488 if (!interv->IsPhysical() && !interv->IsPreassigned()) { in Cleanup()