Searched refs:AppendGroupRange (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | liveness_analyzer_test.cpp | 245 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 D | compiler_regalloc_test.cpp | 536 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 D | liveness_analyzer_test.cpp | 222 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 D | liveness_analyzer.h | 154 void AppendGroupRange(LiveRange loop_range) in AppendGroupRange() function in panda::compiler::LifeIntervals
|
H A D | liveness_analyzer.cpp | 336 interval->AppendGroupRange({GetBlockLiveRange(block).GetBegin(), loop_end_position}); in ProcessBlockLiveInstructions()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | liveness_analyzer.h | 158 void AppendGroupRange(LiveRange loopRange) in AppendGroupRange() function in ark::compiler::LifeIntervals
|
H A D | liveness_analyzer.cpp | 401 interval->AppendGroupRange({GetBlockLiveRange(block).GetBegin(), loopEndPosition}); in ProcessBlockLiveInstructions()
|
Completed in 16 milliseconds