Lines Matching refs:AddInstruction
73 entry_block_->AddInstruction(x_); in BuildGraph()
78 entry_block_->AddInstruction(y_); in BuildGraph()
101 loop_preheader_->AddInstruction(new (GetAllocator()) HGoto()); in BuildLoop()
110 loop_header_->AddInstruction(condition_); in BuildLoop()
111 loop_header_->AddInstruction(new (GetAllocator()) HIf(condition_)); in BuildLoop()
114 loop_body_->AddInstruction(increment_); // i += s in BuildLoop()
116 loop_body_->AddInstruction(new (GetAllocator()) HGoto()); in BuildLoop()
117 return_block->AddInstruction(new (GetAllocator()) HReturnVoid()); in BuildLoop()
118 exit_block_->AddInstruction(new (GetAllocator()) HExit()); in BuildLoop()
709 entry_block_->AddInstruction(new_array); in TEST_F()
711 entry_block_->AddInstruction(array_length); in TEST_F()
736 entry_block_->AddInstruction(add); in TEST_F()
737 entry_block_->AddInstruction(alt); in TEST_F()
738 entry_block_->AddInstruction(sub); in TEST_F()
739 entry_block_->AddInstruction(rev); in TEST_F()