Lines Matching refs:AddInstruction
71 entry_block_->AddInstruction(parameter_); in BuildGraph()
72 return_block_->AddInstruction(new (GetAllocator()) HReturnVoid()); in BuildGraph()
73 exit_block_->AddInstruction(new (GetAllocator()) HExit()); in BuildGraph()
88 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in AddLoop()
90 body->AddInstruction(new (GetAllocator()) HGoto()); in AddLoop()
233 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
234 body->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
239 body->AddInstruction(add); in TEST_F()
284 if_block->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
285 preheader0->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
286 preheader1->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
297 preheader0->AddInstruction(preheader0_add); in TEST_F()
299 preheader1->AddInstruction(preheader1_add); in TEST_F()
305 body->AddInstruction(body_add); in TEST_F()