Home
last modified time | relevance | path

Searched refs:AppendGroupRange (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dliveness_analyzer_test.cpp245 life_inter.AppendGroupRange({10, 25}); in TEST_F()
248 life_inter.AppendGroupRange({10, 79}); in TEST_F()
251 life_inter.AppendGroupRange({10, 95}); in TEST_F()
H A Dcompiler_regalloc_test.cpp536 lifeInter.AppendGroupRange({10, 25}); in HWTEST_F()
537 lifeInter.AppendGroupRange({10, 79}); in HWTEST_F()
538 lifeInter.AppendGroupRange({10, 95}); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dliveness_analyzer_test.cpp222 lifeInter.AppendGroupRange({10U, 25U}); in TEST_F()
225 lifeInter.AppendGroupRange({10U, 79U}); in TEST_F()
228 lifeInter.AppendGroupRange({10U, 95U}); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h154 void AppendGroupRange(LiveRange loop_range) in AppendGroupRange() function in panda::compiler::LifeIntervals
H A Dliveness_analyzer.cpp336 interval->AppendGroupRange({GetBlockLiveRange(block).GetBegin(), loop_end_position}); in ProcessBlockLiveInstructions()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h158 void AppendGroupRange(LiveRange loopRange) in AppendGroupRange() function in ark::compiler::LifeIntervals
H A Dliveness_analyzer.cpp401 interval->AppendGroupRange({GetBlockLiveRange(block).GetBegin(), loopEndPosition}); in ProcessBlockLiveInstructions()

Completed in 16 milliseconds