Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator_test.cc49 HParameterValue* bool_param = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in ConstructBasicGraphForSelect() local
53 entry_block_->AddInstruction(bool_param); in ConstructBasicGraphForSelect()
56 if_block->AddInstruction(new (GetAllocator()) HIf(bool_param)); in ConstructBasicGraphForSelect()