Home
last modified time | relevance | path

Searched refs:IsPreassigned (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_linear_scan.cpp111 if (interval->IsPreassigned() && interval->GetReg() == GetGraph()->GetZeroReg()) { in PrepareInterval()
151 if (!interval->IsPreassigned() || interval->IsSplitSibling() || interval->GetReg() == ACC_REG_ID) { in PreprocessPreassignedIntervals()
223 ASSERT(currentInterval->IsPreassigned()); in WalkIntervals()
H A Dreg_alloc_graph_coloring.cpp127 if (interv->IsPhysical() || interv->IsPreassigned()) { in PrecolorIG()
440 if (interval->IsPreassigned() && interval->GetReg() == GetGraph()->GetZeroReg()) { in InitWorkingRanges()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_graph_coloring.cpp114 if (interv->IsPhysical() || interv->IsPreassigned()) { in PrecolorIG()
343 if (interval->IsPreassigned() && interval->GetReg() == INVALID_REG) { in InitWorkingRanges()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h336 bool IsPreassigned() const in IsPreassigned() function in panda::compiler::LifeIntervals
488 if (!interv->IsPhysical() && !interv->IsPreassigned()) {
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h363 bool IsPreassigned() const in IsPreassigned() function in ark::compiler::LifeIntervals
H A Dliveness_analyzer.cpp599 if (!interv->IsPhysical() && !interv->IsPreassigned()) { in Cleanup()

Completed in 7 milliseconds