Home
last modified time | relevance | path

Searched refs:HasReg (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp110 ASSERT(sibling->HasReg()); in ResolveInputs()
244 if (inst_interval->HasReg()) { in ResolveOutput()
Dreg_alloc_base.cpp256 if (dst->HasReg()) { in ConnectIntervals()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h251 bool HasReg() const in HasReg() function
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_new_test.cpp528 EXPECT_TRUE(life_intervals.HasReg()); in __anon8a63221e0c02()