Lines Matching refs:AddInstruction
54 entry_block_->AddInstruction(parameter_); in BuildGraph()
55 return_block_->AddInstruction(new (GetAllocator()) HReturnVoid()); in BuildGraph()
56 exit_block_->AddInstruction(new (GetAllocator()) HExit()); in BuildGraph()
71 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in AddLoop()
73 body->AddInstruction(new (GetAllocator()) HGoto()); in AddLoop()
216 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
217 body->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
222 body->AddInstruction(add); in TEST_F()
267 if_block->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
268 preheader0->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
269 preheader1->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
280 preheader0->AddInstruction(preheader0_add); in TEST_F()
282 preheader1->AddInstruction(preheader1_add); in TEST_F()
288 body->AddInstruction(body_add); in TEST_F()