Searched refs:MR_DEPENDENCE_CLIQUE (Results 1 – 19 of 19) sorted by relevance
1048 if (!MR_DEPENDENCE_CLIQUE (new_ref) in copy_ref_info()1051 && MR_DEPENDENCE_CLIQUE (base)) in copy_ref_info()1053 MR_DEPENDENCE_CLIQUE (new_ref) = MR_DEPENDENCE_CLIQUE (base); in copy_ref_info()
2458 && MR_DEPENDENCE_CLIQUE (rbase1) == MR_DEPENDENCE_CLIQUE (rbase2) in refs_may_alias_p_2()4167 && MR_DEPENDENCE_CLIQUE (rbase1)) in compare_ao_refs()4169 && MR_DEPENDENCE_CLIQUE (rbase2))) in compare_ao_refs()4171 || MR_DEPENDENCE_CLIQUE (rbase1) != MR_DEPENDENCE_CLIQUE (rbase2) in compare_ao_refs()
489 bp_pack_value (&bp, MR_DEPENDENCE_CLIQUE (expr), sizeof (short) * 8); in streamer_write_tree_bitfields()490 if (MR_DEPENDENCE_CLIQUE (expr) != 0) in streamer_write_tree_bitfields()
541 MR_DEPENDENCE_CLIQUE (expr) in streamer_read_tree_bitfields()543 if (MR_DEPENDENCE_CLIQUE (expr) != 0) in streamer_read_tree_bitfields()
1427 MR_DEPENDENCE_CLIQUE (ref) = MR_DEPENDENCE_CLIQUE (old); in dr_analyze_indices()2996 || MR_DEPENDENCE_CLIQUE (addr_a) == 1 in dr_may_alias_p()2997 || MR_DEPENDENCE_CLIQUE (addr_a) == loop_nest->owned_clique) in dr_may_alias_p()2998 && MR_DEPENDENCE_CLIQUE (addr_a) == MR_DEPENDENCE_CLIQUE (addr_b) in dr_may_alias_p()
4356 && MR_DEPENDENCE_CLIQUE (op) > 1 in duplicate_insn_chain()4358 || (MR_DEPENDENCE_CLIQUE (op) in duplicate_insn_chain()4366 (MR_DEPENDENCE_CLIQUE (op), &existed); in duplicate_insn_chain()4370 (MR_DEPENDENCE_CLIQUE (op) <= cfun->last_clique); in duplicate_insn_chain()4382 MR_DEPENDENCE_CLIQUE (new_expr) = newc; in duplicate_insn_chain()
3236 if (MR_DEPENDENCE_CLIQUE (expr) != 0 in verify_types_in_gimple_reference()3237 && MR_DEPENDENCE_CLIQUE (expr) > cfun->last_clique) in verify_types_in_gimple_reference()3262 if (MR_DEPENDENCE_CLIQUE (expr) != 0 in verify_types_in_gimple_reference()3263 && MR_DEPENDENCE_CLIQUE (expr) > cfun->last_clique) in verify_types_in_gimple_reference()6409 && MR_DEPENDENCE_CLIQUE (op) > 1 in gimple_duplicate_bb()6410 && MR_DEPENDENCE_CLIQUE (op) != bb->loop_father->owned_clique) in gimple_duplicate_bb()6417 (MR_DEPENDENCE_CLIQUE (op), &existed); in gimple_duplicate_bb()6420 gcc_assert (MR_DEPENDENCE_CLIQUE (op) <= cfun->last_clique); in gimple_duplicate_bb()6423 MR_DEPENDENCE_CLIQUE (op) = newc; in gimple_duplicate_bb()
1117 if (MR_DEPENDENCE_CLIQUE (old) != 0) in remap_gimple_op_r()1119 MR_DEPENDENCE_CLIQUE (*tp) in remap_gimple_op_r()1120 = remap_dependence_clique (id, MR_DEPENDENCE_CLIQUE (old)); in remap_gimple_op_r()1376 if (MR_DEPENDENCE_CLIQUE (old) != 0) in copy_tree_body_r()1378 MR_DEPENDENCE_CLIQUE (*tp) in copy_tree_body_r()1379 = remap_dependence_clique (id, MR_DEPENDENCE_CLIQUE (old)); in copy_tree_body_r()
1639 || MR_DEPENDENCE_CLIQUE (node) == 0)) in dump_mem_ref()1715 && MR_DEPENDENCE_CLIQUE (node) != 0) in dump_mem_ref()1718 pp_unsigned_wide_integer (pp, MR_DEPENDENCE_CLIQUE (node)); in dump_mem_ref()2388 && MR_DEPENDENCE_CLIQUE (op0) == 0))) in dump_generic_node()
7781 if (MR_DEPENDENCE_CLIQUE (base) == 0) in visit_loadstore()7783 MR_DEPENDENCE_CLIQUE (base) = clique; in visit_loadstore()7803 MR_DEPENDENCE_CLIQUE (*basep) = clique; in visit_loadstore()7836 if (MR_DEPENDENCE_CLIQUE (base) == 0) in maybe_set_dependence_info()7846 MR_DEPENDENCE_CLIQUE (base) = clique; in maybe_set_dependence_info()7862 && MR_DEPENDENCE_CLIQUE (base) == clique) in clear_dependence_clique()7864 MR_DEPENDENCE_CLIQUE (base) = 0; in clear_dependence_clique()
3405 *cliquep = MR_DEPENDENCE_CLIQUE (base); in get_alias_type_for_stmts()3414 || *cliquep != MR_DEPENDENCE_CLIQUE (base) in get_alias_type_for_stmts()4391 MR_DEPENDENCE_CLIQUE (dest) = clique; in output_merged_store()4449 MR_DEPENDENCE_CLIQUE (ops[j]) = clique; in output_merged_store()
2572 MR_DEPENDENCE_CLIQUE (genop) = currop->clique; in create_component_ref_by_pieces_1()2601 MR_DEPENDENCE_CLIQUE (genop) = currop->clique; in create_component_ref_by_pieces_1()
5264 MR_DEPENDENCE_CLIQUE (dest) = MR_DEPENDENCE_CLIQUE (src_base); in vect_copy_ref_info()
900 temp.clique = MR_DEPENDENCE_CLIQUE (ref); in copy_reference_ops_from_ref()909 temp.clique = MR_DEPENDENCE_CLIQUE (ref); in copy_reference_ops_from_ref()1142 MR_DEPENDENCE_CLIQUE (*op0_p) = op->clique; in ao_ref_init_from_vn_reference()
1295 #define MR_DEPENDENCE_CLIQUE(NODE) \ macro
3294 || (MR_DEPENDENCE_CLIQUE (arg0) in operand_equal_p()3295 != MR_DEPENDENCE_CLIQUE (arg1)) in operand_equal_p()
5987 && MR_DEPENDENCE_CLIQUE (*t) == 0) in maybe_canonicalize_mem_ref_addr()
8438 get_location_for_stmts callers. Set MR_DEPENDENCE_CLIQUE and
3656 * tree.h (MR_DEPENDENCE_CLIQUE): New macro.