/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | value_table_test.cpp | 53 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F() 80 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 81 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() 110 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 111 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() 138 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 139 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() 168 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 169 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() 194 Instruction* inst = context->get_def_use_mgr()->GetDef( in TEST_F() [all...] |
H A D | instruction_test.cpp | 349 Instruction* type = context->get_def_use_mgr()->GetDef(8); 356 Instruction* variable = context->get_def_use_mgr()->GetDef(3); 359 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); 389 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 396 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 399 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 429 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 436 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 439 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 472 Instruction* type = context->get_def_use_mgr()->GetDef(1 in TEST_F() [all...] |
H A D | scalar_analysis.cpp | 124 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F() 126 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() 247 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F() 249 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() 363 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F() 365 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() 533 context->get_def_use_mgr()->GetDef(loads[0]->GetSingleWordInOperand(0)); in TEST_F() 535 context->get_def_use_mgr()->GetDef(stores[0]->GetSingleWordInOperand(0)); in TEST_F() 537 load_child = context->get_def_use_mgr()->GetDef( in TEST_F() 539 store_child = context->get_def_use_mgr()->GetDef( in TEST_F() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | value_table_test.cpp | 53 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F() 80 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 81 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() 110 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 111 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() 138 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 139 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() 168 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 169 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() 194 Instruction* inst = context->get_def_use_mgr()->GetDef( in TEST_F() [all...] |
H A D | instruction_test.cpp | 349 Instruction* type = context->get_def_use_mgr()->GetDef(8); 356 Instruction* variable = context->get_def_use_mgr()->GetDef(3); 359 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); 389 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 396 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 399 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 429 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 436 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 439 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 472 Instruction* type = context->get_def_use_mgr()->GetDef(1 in TEST_F() [all...] |
H A D | scalar_analysis.cpp | 124 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F() 126 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() 247 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F() 249 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() 363 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F() 365 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() 533 context->get_def_use_mgr()->GetDef(loads[0]->GetSingleWordInOperand(0)); in TEST_F() 535 context->get_def_use_mgr()->GetDef(stores[0]->GetSingleWordInOperand(0)); in TEST_F() 537 load_child = context->get_def_use_mgr()->GetDef( in TEST_F() 539 store_child = context->get_def_use_mgr()->GetDef( in TEST_F() [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | value_table_test.cpp | 52 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F() 79 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 80 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() 109 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 110 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() 137 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 138 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F() 167 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F() 168 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F() 193 Instruction* inst = context->get_def_use_mgr()->GetDef( in TEST_F() [all...] |
H A D | instruction_test.cpp | 344 Instruction* type = context->get_def_use_mgr()->GetDef(8); 351 Instruction* variable = context->get_def_use_mgr()->GetDef(3); 354 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); 384 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 391 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 394 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 424 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 431 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 434 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 467 Instruction* type = context->get_def_use_mgr()->GetDef(1 in TEST_F() [all...] |
H A D | scalar_analysis.cpp | 120 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F() 122 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() 243 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F() 245 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() 359 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F() 361 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F() 529 context->get_def_use_mgr()->GetDef(loads[0]->GetSingleWordInOperand(0)); in TEST_F() 531 context->get_def_use_mgr()->GetDef(stores[0]->GetSingleWordInOperand(0)); in TEST_F() 533 load_child = context->get_def_use_mgr()->GetDef( in TEST_F() 535 store_child = context->get_def_use_mgr()->GetDef( in TEST_F() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
H A D | dependence_analysis_helpers.cpp | 183 EXPECT_FALSE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(38), in TEST() 210 EXPECT_FALSE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(58), in TEST() 1512 Instruction* load_var = context->get_def_use_mgr()->GetDef( 1514 ->GetDef(context->get_def_use_mgr() 1515 ->GetDef(47) 1523 Instruction* store_var = context->get_def_use_mgr()->GetDef( 1525 ->GetDef(stores[0]->GetSingleWordInOperand(0)) 1542 Instruction* load_var = context->get_def_use_mgr()->GetDef( 1544 ->GetDef(context->get_def_use_mgr() 1545 ->GetDef(5 [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | dependence_analysis_helpers.cpp | 183 EXPECT_FALSE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(38), in TEST() 210 EXPECT_FALSE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(58), in TEST() 1512 Instruction* load_var = context->get_def_use_mgr()->GetDef( 1514 ->GetDef(context->get_def_use_mgr() 1515 ->GetDef(47) 1523 Instruction* store_var = context->get_def_use_mgr()->GetDef( 1525 ->GetDef(stores[0]->GetSingleWordInOperand(0)) 1542 Instruction* load_var = context->get_def_use_mgr()->GetDef( 1544 ->GetDef(context->get_def_use_mgr() 1545 ->GetDef(5 [all...] |
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | dependence_analysis_helpers.cpp | 177 EXPECT_FALSE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(38), in TEST() 204 EXPECT_FALSE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(58), in TEST() 1506 Instruction* load_var = context->get_def_use_mgr()->GetDef( 1508 ->GetDef(context->get_def_use_mgr() 1509 ->GetDef(47) 1517 Instruction* store_var = context->get_def_use_mgr()->GetDef( 1519 ->GetDef(stores[0]->GetSingleWordInOperand(0)) 1536 Instruction* load_var = context->get_def_use_mgr()->GetDef( 1538 ->GetDef(context->get_def_use_mgr() 1539 ->GetDef(5 [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 60 auto pointer = ir_context->get_def_use_mgr()->GetDef(message_.pointer_id()); in IsApplicable() 65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() 119 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in IsApplicable() 161 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in IsApplicable() 164 *ir_context->get_def_use_mgr()->GetDef(subobject_type_id), in IsApplicable() 225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() 226 ir_context->get_def_use_mgr()->GetDef(message_.pointer_id())->type_id()); in Apply() 245 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in Apply() 264 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in Apply() 267 *ir_context->get_def_use_mgr()->GetDef(subobject_type_i in Apply() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 60 auto pointer = ir_context->get_def_use_mgr()->GetDef(message_.pointer_id()); in IsApplicable() 65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() 119 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in IsApplicable() 161 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in IsApplicable() 164 *ir_context->get_def_use_mgr()->GetDef(subobject_type_id), in IsApplicable() 225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() 226 ir_context->get_def_use_mgr()->GetDef(message_.pointer_id())->type_id()); in Apply() 245 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in Apply() 264 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in Apply() 267 *ir_context->get_def_use_mgr()->GetDef(subobject_type_i in Apply() [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 60 auto pointer = ir_context->get_def_use_mgr()->GetDef(message_.pointer_id()); in IsApplicable() 65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() 119 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in IsApplicable() 161 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in IsApplicable() 164 *ir_context->get_def_use_mgr()->GetDef(subobject_type_id), in IsApplicable() 225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() 226 ir_context->get_def_use_mgr()->GetDef(message_.pointer_id())->type_id()); in Apply() 245 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in Apply() 264 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in Apply() 267 *ir_context->get_def_use_mgr()->GetDef(subobject_type_i in Apply() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | remove_struct_member_reduction_opportunity.cpp | 87 ->GetDef(context->get_def_use_mgr() in Apply() 88 ->GetDef(inst.GetSingleWordInOperand(0)) in Apply() 99 ->GetDef(context->get_def_use_mgr() in Apply() 100 ->GetDef(inst.GetSingleWordInOperand(1)) in Apply() 110 ->GetDef(inst.GetSingleWordInOperand(0)) in Apply() 119 ->GetDef(inst.GetSingleWordInOperand(1)) in Apply() 147 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices() 168 ->GetDef(index_operand) in AdjustAccessedIndices() 189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | remove_struct_member_reduction_opportunity.cpp | 87 ->GetDef(context->get_def_use_mgr() in Apply() 88 ->GetDef(inst.GetSingleWordInOperand(0)) in Apply() 99 ->GetDef(context->get_def_use_mgr() in Apply() 100 ->GetDef(inst.GetSingleWordInOperand(1)) in Apply() 110 ->GetDef(inst.GetSingleWordInOperand(0)) in Apply() 119 ->GetDef(inst.GetSingleWordInOperand(1)) in Apply() 147 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices() 168 ->GetDef(index_operand) in AdjustAccessedIndices() 189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
|
/third_party/spirv-tools/source/reduce/ |
H A D | remove_struct_member_reduction_opportunity.cpp | 87 ->GetDef(context->get_def_use_mgr() in Apply() 88 ->GetDef(inst.GetSingleWordInOperand(0)) in Apply() 99 ->GetDef(context->get_def_use_mgr() in Apply() 100 ->GetDef(inst.GetSingleWordInOperand(1)) in Apply() 110 ->GetDef(inst.GetSingleWordInOperand(0)) in Apply() 119 ->GetDef(inst.GetSingleWordInOperand(1)) in Apply() 147 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices() 168 ->GetDef(index_operand) in AdjustAccessedIndices() 189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/dominator_tree/ |
H A D | generated.cpp | 944 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(12), in TEST_F() 945 context->get_def_use_mgr()->GetDef(15))); in TEST_F() 947 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(15), in TEST_F() 948 context->get_def_use_mgr()->GetDef(12))); in TEST_F() 950 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(5), in TEST_F() 951 context->get_def_use_mgr()->GetDef(12))); in TEST_F() 953 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(12), in TEST_F() 954 context->get_def_use_mgr()->GetDef(5))); in TEST_F() 956 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(15), in TEST_F() 957 context->get_def_use_mgr()->GetDef(1 in TEST_F() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/ |
H A D | generated.cpp | 944 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(12), in TEST_F() 945 context->get_def_use_mgr()->GetDef(15))); in TEST_F() 947 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(15), in TEST_F() 948 context->get_def_use_mgr()->GetDef(12))); in TEST_F() 950 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(5), in TEST_F() 951 context->get_def_use_mgr()->GetDef(12))); in TEST_F() 953 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(12), in TEST_F() 954 context->get_def_use_mgr()->GetDef(5))); in TEST_F() 956 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(15), in TEST_F() 957 context->get_def_use_mgr()->GetDef(1 in TEST_F() [all...] |
/third_party/spirv-tools/test/opt/dominator_tree/ |
H A D | generated.cpp | 943 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(12), in TEST_F() 944 context->get_def_use_mgr()->GetDef(15))); in TEST_F() 946 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(15), in TEST_F() 947 context->get_def_use_mgr()->GetDef(12))); in TEST_F() 949 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(5), in TEST_F() 950 context->get_def_use_mgr()->GetDef(12))); in TEST_F() 952 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(12), in TEST_F() 953 context->get_def_use_mgr()->GetDef(5))); in TEST_F() 955 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(15), in TEST_F() 956 context->get_def_use_mgr()->GetDef(1 in TEST_F() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_constant_scalar_test.cpp | 179 ASSERT_EQ(nullptr, context->get_def_use_mgr()->GetDef(19)); in TEST() 182 ASSERT_EQ(SpvOpConstant, context->get_def_use_mgr()->GetDef(19)->opcode()); in TEST() 184 auto* constant_instruction = context->get_def_use_mgr()->GetDef(19); in TEST() 193 constant_instruction = context->get_def_use_mgr()->GetDef(20); in TEST() 203 constant_instruction = context->get_def_use_mgr()->GetDef(21); in TEST() 212 constant_instruction = context->get_def_use_mgr()->GetDef(22); in TEST() 221 constant_instruction = context->get_def_use_mgr()->GetDef(23); in TEST() 231 constant_instruction = context->get_def_use_mgr()->GetDef(24); in TEST() 240 constant_instruction = context->get_def_use_mgr()->GetDef(25); in TEST() 249 constant_instruction = context->get_def_use_mgr()->GetDef(2 in TEST() [all...] |
H A D | transformation_swap_function_variables_test.cpp | 189 auto first_instruction = context->get_def_use_mgr()->GetDef(24); in TEST() 190 auto second_instruction = context->get_def_use_mgr()->GetDef(28); in TEST() 203 ASSERT_EQ(first_instruction, context->get_def_use_mgr()->GetDef(24)); in TEST() 204 ASSERT_EQ(second_instruction, context->get_def_use_mgr()->GetDef(28)); in TEST() 207 auto first_instruction = context->get_def_use_mgr()->GetDef(38); in TEST() 208 auto second_instruction = context->get_def_use_mgr()->GetDef(40); in TEST() 221 ASSERT_EQ(first_instruction, context->get_def_use_mgr()->GetDef(38)); in TEST() 222 ASSERT_EQ(second_instruction, context->get_def_use_mgr()->GetDef(40)); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_constant_scalar_test.cpp | 179 ASSERT_EQ(nullptr, context->get_def_use_mgr()->GetDef(19)); in TEST() 182 ASSERT_EQ(SpvOpConstant, context->get_def_use_mgr()->GetDef(19)->opcode()); in TEST() 184 auto* constant_instruction = context->get_def_use_mgr()->GetDef(19); in TEST() 193 constant_instruction = context->get_def_use_mgr()->GetDef(20); in TEST() 203 constant_instruction = context->get_def_use_mgr()->GetDef(21); in TEST() 212 constant_instruction = context->get_def_use_mgr()->GetDef(22); in TEST() 221 constant_instruction = context->get_def_use_mgr()->GetDef(23); in TEST() 231 constant_instruction = context->get_def_use_mgr()->GetDef(24); in TEST() 240 constant_instruction = context->get_def_use_mgr()->GetDef(25); in TEST() 249 constant_instruction = context->get_def_use_mgr()->GetDef(2 in TEST() [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_constant_scalar_test.cpp | 179 ASSERT_EQ(nullptr, context->get_def_use_mgr()->GetDef(19)); in TEST() 183 context->get_def_use_mgr()->GetDef(19)->opcode()); in TEST() 185 auto* constant_instruction = context->get_def_use_mgr()->GetDef(19); in TEST() 194 constant_instruction = context->get_def_use_mgr()->GetDef(20); in TEST() 204 constant_instruction = context->get_def_use_mgr()->GetDef(21); in TEST() 213 constant_instruction = context->get_def_use_mgr()->GetDef(22); in TEST() 222 constant_instruction = context->get_def_use_mgr()->GetDef(23); in TEST() 232 constant_instruction = context->get_def_use_mgr()->GetDef(24); in TEST() 241 constant_instruction = context->get_def_use_mgr()->GetDef(25); in TEST() 250 constant_instruction = context->get_def_use_mgr()->GetDef(2 in TEST() [all...] |