Lines Matching refs:AddInstruction
74 entry_block_->AddInstruction(x_); in BuildGraph()
79 entry_block_->AddInstruction(y_); in BuildGraph()
102 loop_preheader_->AddInstruction(new (GetAllocator()) HGoto()); in BuildLoop()
111 loop_header_->AddInstruction(condition_); in BuildLoop()
112 loop_header_->AddInstruction(new (GetAllocator()) HIf(condition_)); in BuildLoop()
115 loop_body_->AddInstruction(increment_); // i += s in BuildLoop()
117 loop_body_->AddInstruction(new (GetAllocator()) HGoto()); in BuildLoop()
118 return_block->AddInstruction(new (GetAllocator()) HReturnVoid()); in BuildLoop()
119 exit_block_->AddInstruction(new (GetAllocator()) HExit()); in BuildLoop()
930 entry_block_->AddInstruction(new_array); in TEST_F()
932 entry_block_->AddInstruction(array_length); in TEST_F()
957 entry_block_->AddInstruction(add); in TEST_F()
958 entry_block_->AddInstruction(alt); in TEST_F()
959 entry_block_->AddInstruction(sub); in TEST_F()
960 entry_block_->AddInstruction(rev); in TEST_F()