Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_stat.h25 size_t GetRegCount() const in GetRegCount() function
Dreg_alloc_base.cpp76 …COMPILER_LOG(INFO, REGALLOC) << "RegAllocated " << GetPassName() << " reg " << st.GetRegCount() <<… in RunImpl()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_regalloc_test.cpp944 EXPECT_EQ(st4.GetRegCount(), 0); in __anon5d7559aa1402()