• Home
  • Raw
  • Download

Lines Matching refs:right

156     HBasicBlock* right = AddNewBlock();  in CreateDiamondShapedCFG()  local
160 upper->AddSuccessor(right); in CreateDiamondShapedCFG()
162 right->AddSuccessor(return_block_); in CreateDiamondShapedCFG()
170 right->AddInstruction(new (GetAllocator()) HGoto()); in CreateDiamondShapedCFG()
172 return std::make_tuple(upper, left, right, return_block_); in CreateDiamondShapedCFG()
731 HBasicBlock* right; in TEST_F() local
733 std::tie(upper, left, right, down) = CreateDiamondShapedCFG(); in TEST_F()
743 HInstruction* vstore3 = AddVecStore(right, array_, i_add1_, vdata); in TEST_F()
772 HBasicBlock* right; in TEST_F() local
774 std::tie(upper, left, right, down) = CreateDiamondShapedCFG(); in TEST_F()
783 HInstruction* store2 = AddArraySet(right, array_, i_add1_); in TEST_F()
1522 GET_BLOCK(right); in TEST_F()
1562 right->AddInstruction(right_value); in TEST_F()
1563 right->AddInstruction(right_set_1); in TEST_F()
1564 right->AddInstruction(right_set_2); in TEST_F()
1565 right->AddInstruction(right_goto); in TEST_F()
1617 GET_BLOCK(right); in TEST_F()
1654 right->AddInstruction(right_set_1); in TEST_F()
1655 right->AddInstruction(right_set_2); in TEST_F()
1656 right->AddInstruction(right_goto); in TEST_F()
2064 HBasicBlock* right = blks.Get("right"); in TEST_F() local
2092 right->AddInstruction(write_right); in TEST_F()
2093 right->AddInstruction(read_right); in TEST_F()
2094 right->AddInstruction(goto_right); in TEST_F()
2141 HBasicBlock* right = blks.Get("right"); in TEST_F() local
2166 right->AddInstruction(write_right); in TEST_F()
2167 right->AddInstruction(goto_right); in TEST_F()
2305 GET_BLOCK(right); in TEST_F()
2330 right->AddInstruction(write_right); in TEST_F()
2331 right->AddInstruction(goto_right); in TEST_F()
2422 GET_BLOCK(right); in TEST_F()
2430 EnsurePredecessorOrder(escape_end, {left_merge, right}); in TEST_F()
2477 right->AddInstruction(goto_right); in TEST_F()
2577 GET_BLOCK(right); in TEST_P()
2584 EnsurePredecessorOrder(breturn, {left_end, right}); in TEST_P()
2632 right->AddInstruction(new (GetAllocator()) HGoto()); in TEST_P()
2745 GET_BLOCK(right); in TEST_P()
2752 EnsurePredecessorOrder(breturn, {left_end, right}); in TEST_P()
2800 right->AddInstruction(new (GetAllocator()) HGoto()); in TEST_P()
2891 GET_BLOCK(right); in TEST_P()
2894 EnsurePredecessorOrder(breturn, {left, right}); in TEST_P()
2937 right->AddInstruction(write_right1); in TEST_P()
2938 right->AddInstruction(write_right2); in TEST_P()
2939 right->AddInstruction(goto_right); in TEST_P()
3174 GET_BLOCK(right); in TEST_F()
3176 EnsurePredecessorOrder(breturn, {left, right}); in TEST_F()
3197 right->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
3260 GET_BLOCK(right); in TEST_F()
3262 EnsurePredecessorOrder(breturn, {left, right}); in TEST_F()
3287 right->AddInstruction(goto_right); in TEST_F()
3424 GET_BLOCK(right); in TEST_F()
3426 EnsurePredecessorOrder(breturn, {left, right}); in TEST_F()
3480 right->AddInstruction(goto_right); in TEST_F()
4080 GET_BLOCK(right); in TEST_F()
4108 right->AddInstruction(write_right); in TEST_F()
4109 right->AddInstruction(read_right); in TEST_F()
4110 right->AddInstruction(return_right); in TEST_F()
4167 GET_BLOCK(right); in TEST_F()
4214 right->AddInstruction(write_right); in TEST_F()
4215 right->AddInstruction(read_right); in TEST_F()
4216 right->AddInstruction(return_right); in TEST_F()
4265 GET_BLOCK(right); in TEST_F()
4291 right->AddInstruction(write_right); in TEST_F()
4292 right->AddInstruction(call_right); in TEST_F()
4293 right->AddInstruction(goto_right); in TEST_F()
4349 GET_BLOCK(right); in TEST_F()
4383 right->AddInstruction(write_right); in TEST_F()
4384 right->AddInstruction(goto_right); in TEST_F()
4449 GET_BLOCK(right); in TEST_F()
4493 right->AddInstruction(write_right); in TEST_F()
4494 right->AddInstruction(goto_right); in TEST_F()
4556 GET_BLOCK(right); in TEST_F()
4598 right->AddInstruction(write_right); in TEST_F()
4599 right->AddInstruction(call_right); in TEST_F()
4600 right->AddInstruction(goto_right); in TEST_F()
4657 GET_BLOCK(right); in TEST_F()
4686 right->AddInstruction(write_right); in TEST_F()
4687 right->AddInstruction(call_right); in TEST_F()
4688 right->AddInstruction(goto_right); in TEST_F()
4741 GET_BLOCK(right); in TEST_F()
4772 right->AddInstruction(write_right); in TEST_F()
4773 right->AddInstruction(goto_right); in TEST_F()
4843 GET_BLOCK(right); in TEST_P()
4884 right->AddInstruction(write_right); in TEST_P()
4885 right->AddInstruction(goto_right); in TEST_P()
4972 GET_BLOCK(right); in TEST_P()
5013 right->AddInstruction(write_right); in TEST_P()
5014 right->AddInstruction(goto_right); in TEST_P()
5102 GET_BLOCK(right); in TEST_P()
5129 right->AddInstruction(write_right); in TEST_P()
5130 right->AddInstruction(goto_right); in TEST_P()
5233 GET_BLOCK(right); in TEST_P()
5277 right->AddInstruction(write_right); in TEST_P()
5278 right->AddInstruction(goto_right); in TEST_P()
5386 GET_BLOCK(right); in TEST_F()
5388 EnsurePredecessorOrder(breturn, {left, right}); in TEST_F()
5411 right->AddInstruction(write_right); in TEST_F()
5412 right->AddInstruction(goto_right); in TEST_F()
5479 GET_BLOCK(right); in TEST_F()
5484 EnsurePredecessorOrder(merge, {left, right}); in TEST_F()
5513 right->AddInstruction(write_right); in TEST_F()
5514 right->AddInstruction(goto_right); in TEST_F()
5587 GET_BLOCK(right); in TEST_F()
5589 EnsurePredecessorOrder(breturn, {left, right}); in TEST_F()
5614 right->AddInstruction(write_right); in TEST_F()
5615 right->AddInstruction(goto_right); in TEST_F()
5689 GET_BLOCK(right); in TEST_F()
5691 EnsurePredecessorOrder(breturn, {left, right}); in TEST_F()
5729 right->AddInstruction(write_right1); in TEST_F()
5730 right->AddInstruction(write_right2); in TEST_F()
5731 right->AddInstruction(goto_right); in TEST_F()
5842 GET_BLOCK(right); in TEST_F()
5844 EnsurePredecessorOrder(breturn, {left, right}); in TEST_F()
5881 right->AddInstruction(write_right1); in TEST_F()
5882 right->AddInstruction(call_right2); in TEST_F()
5883 right->AddInstruction(goto_right); in TEST_F()
6015 GET_BLOCK(right); in TEST_F()
6051 right->AddInstruction(cls2); in TEST_F()
6052 right->AddInstruction(new_inst2); in TEST_F()
6053 right->AddInstruction(write2); in TEST_F()
6054 right->AddInstruction(if_right); in TEST_F()
6142 GET_BLOCK(right); in TEST_F()
6147 EnsurePredecessorOrder(breturn, {left, right}); in TEST_F()
6191 right->AddInstruction(call_right); in TEST_F()
6192 right->AddInstruction(read_right); in TEST_F()
6193 right->AddInstruction(add_right); in TEST_F()
6194 right->AddInstruction(goto_right); in TEST_F()
6284 GET_BLOCK(right); in TEST_F()
6288 EnsurePredecessorOrder(breturn, {left_write_escape, right}); in TEST_F()
6320 right->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
6388 GET_BLOCK(right); in TEST_F()
6393 EnsurePredecessorOrder(merge, {left, right}); in TEST_F()
6421 right->AddInstruction(write_right); in TEST_F()
6422 right->AddInstruction(goto_right); in TEST_F()
6526 GET_BLOCK(right); in TEST_F()
6531 EnsurePredecessorOrder(merge, {left, right}); in TEST_F()
6559 right->AddInstruction(write_right); in TEST_F()
6560 right->AddInstruction(goto_right); in TEST_F()
6650 GET_BLOCK(right); in TEST_F()
6652 EnsurePredecessorOrder(breturn, {left, right}); in TEST_F()
6676 right->AddInstruction(goto_right); in TEST_F()
7568 GET_BLOCK(right); in TEST_F()
7578 EnsurePredecessorOrder(breturn, {escape, right}); in TEST_F()
7645 right->AddInstruction(goto_right); in TEST_F()
7717 GET_BLOCK(right); in TEST_F()
7719 EnsurePredecessorOrder(breturn, {left, right}); in TEST_F()
7744 right->AddInstruction(write_right); in TEST_F()
7745 right->AddInstruction(goto_right); in TEST_F()
7809 GET_BLOCK(right); in TEST_F()
7811 EnsurePredecessorOrder(breturn, {left, right}); in TEST_F()
7836 right->AddInstruction(call_right); in TEST_F()
7837 right->AddInstruction(write_right); in TEST_F()
7838 right->AddInstruction(goto_right); in TEST_F()
7865 EXPECT_EQ(call_right->GetBlock(), right); in TEST_F()
8149 GET_BLOCK(right); in TEST_F()
8185 right->AddInstruction(MakeIFieldSet(new_inst, c33, MemberOffset(32))); in TEST_F()
8186 right->AddInstruction(new (GetAllocator()) HIf(param2)); in TEST_F()
8243 HNewInstance* mat = FindSingleInstruction<HNewInstance>(graph_, right->GetSinglePredecessor()); in TEST_F()