Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc2778 HInstruction* first_inst = new_inst1; in TEST_P() local
2782 std::swap(first_inst, second_inst); in TEST_P()
2785 HInstruction* call_left = MakeInvoke(DataType::Type::kVoid, { first_inst }); in TEST_P()