Searched refs:code_b (Results 1 – 3 of 3) sorted by relevance
3063 tree_code code_b = TREE_CODE (ref_b); in access_fn_components_comparable_p() local3066 if (code_b == IMAGPART_EXPR) in access_fn_components_comparable_p()3067 code_b = REALPART_EXPR; in access_fn_components_comparable_p()3068 if (code_a != code_b) in access_fn_components_comparable_p()
2808 tree_code code_b = TREE_CODE (ref_b); in access_fn_components_comparable_p() local2811 if (code_b == IMAGPART_EXPR) in access_fn_components_comparable_p()2812 code_b = REALPART_EXPR; in access_fn_components_comparable_p()2813 if (code_a != code_b) in access_fn_components_comparable_p()
3336 map_region *code_b = root_region_b->get_code_region (merger->m_model_b); in can_merge_p() local3337 if (code_a && code_b) in can_merge_p()3344 if (!map_region::can_merge_p (code_a, code_b, in can_merge_p()