Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc85 block1->AddInstruction(if_inst); in TEST_F()
106 if_inst = new (GetAllocator()) HIf(cmp); in TEST_F()
110 block3->AddInstruction(if_inst); in TEST_F()
183 block1->AddInstruction(if_inst); in TEST_F()
198 block2->AddInstruction(if_inst); in TEST_F()
252 block1->AddInstruction(if_inst); in TEST_F()
265 block2->AddInstruction(if_inst); in TEST_F()
406 loop_header->AddInstruction(if_inst); in BuildSSAGraph1()
522 loop_header->AddInstruction(if_inst); in BuildSSAGraph2()
631 loop_header->AddInstruction(if_inst); in BuildSSAGraph3()
[all …]
H A Dinstruction_simplifier_test.cc336 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F() local
338 entry->AddInstruction(if_inst); in TEST_F()
436 HInstruction* if_inst = new (GetAllocator()) HIf(instance_of); in TEST_P() local
443 entry->AddInstruction(if_inst); in TEST_P()
480 EXPECT_INS_EQ(if_inst->InputAt(0), test_res); in TEST_P()
H A Dload_store_elimination_test.cc2075 entry->AddInstruction(if_inst); in TEST_F()
2152 entry->AddInstruction(if_inst); in TEST_F()
2233 entry->AddInstruction(if_inst); in TEST_F()
2316 entry->AddInstruction(if_inst); in TEST_F()
2611 entry->AddInstruction(if_inst); in TEST_P()
2772 entry->AddInstruction(if_inst); in TEST_P()
2919 entry->AddInstruction(if_inst); in TEST_P()
3091 entry->AddInstruction(if_inst); in TEST_P()
3187 entry->AddInstruction(if_inst); in TEST_F()
3276 entry->AddInstruction(if_inst); in TEST_F()
[all …]
H A Dload_store_analysis_test.cc876 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F() local
880 entry->AddInstruction(if_inst); in TEST_F()
985 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F() local
989 entry->AddInstruction(if_inst); in TEST_F()
1112 entry->AddInstruction(if_inst); in TEST_F()
1216 entry->AddInstruction(if_inst); in TEST_F()
1300 entry->AddInstruction(if_inst); in TEST_F()
1392 entry->AddInstruction(if_inst); in TEST_F()
1493 entry->AddInstruction(if_inst); in TEST_F()
1604 entry->AddInstruction(if_inst); in TEST_F()
[all …]