Lines Matching refs:AddInstruction
70 entry_block_->AddInstruction(parameter_); in BuildGraph()
71 return_block_->AddInstruction(new (GetAllocator()) HReturnVoid()); in BuildGraph()
72 exit_block_->AddInstruction(new (GetAllocator()) HExit()); in BuildGraph()
87 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in AddLoop()
89 body->AddInstruction(new (GetAllocator()) HGoto()); in AddLoop()
235 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
236 body->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
241 body->AddInstruction(add); in TEST_F()
286 if_block->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
287 preheader0->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
288 preheader1->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
299 preheader0->AddInstruction(preheader0_add); in TEST_F()
301 preheader1->AddInstruction(preheader1_add); in TEST_F()
307 body->AddInstruction(body_add); in TEST_F()