Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_analysis_test.cc1766 HInstruction* bool_value2 = new (GetAllocator()) in TEST_F() local
1786 entry->AddInstruction(bool_value2); in TEST_F()
1841 HInstruction* if_mid = new (GetAllocator()) HIf(bool_value2); in TEST_F()
H A Dload_store_elimination_test.cc5487 HInstruction* bool_value2 = MakeParam(DataType::Type::kBool); in TEST_F() local
5516 HInstruction* merge_if = new (GetAllocator()) HIf(bool_value2); in TEST_F()
6150 HInstruction* bool_value2 = MakeParam(DataType::Type::kBool); in TEST_F() local
6179 mid->AddInstruction(new (GetAllocator()) HIf(bool_value2)); in TEST_F()
6396 HInstruction* bool_value2 = MakeParam(DataType::Type::kBool); in TEST_F() local
6424 HInstruction* merge_if = new (GetAllocator()) HIf(bool_value2); in TEST_F()
6534 HInstruction* bool_value2 = MakeParam(DataType::Type::kBool); in TEST_F() local
6562 HInstruction* merge_if = new (GetAllocator()) HIf(bool_value2); in TEST_F()