Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc2804 HInstruction* add_return = new (GetAllocator()) HAdd(DataType::Type::kInt32, read1, read2); in TEST_P() local
2805 HInstruction* return_exit = new (GetAllocator()) HReturn(add_return); in TEST_P()
2808 breturn->AddInstruction(add_return); in TEST_P()