Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_test.cpp417 auto par2_lifetime = liveness_analyzer->GetInstLifeIntervals(&INS(2)); in TEST_F() local
421 EXPECT_TRUE(par2_lifetime->GetEnd() == null_check_lifetime->GetBegin()); in TEST_F()
559 auto par2_lifetime = la->GetInstLifeIntervals(&INS(20)); in TEST_F() local
565 EXPECT_LT(par2_lifetime->GetEnd(), deopt_lifetime->GetBegin()); in TEST_F()