HomeSort by: relevance | last modified time | path
    Searched defs:dref (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 273 } *dref; typedef in typeref:class:dref_d
315 auto_vec<dref> refs;
374 auto_vec<dref> refs;
487 gphi *find_looparound_phi (dref ref, dref root);
521 bool combinable_refs_p (dref r1, dref r2, enum tree_code *code, bool *swap,
529 gimple *stmt_combining_refs (dref r1, dref r2);
537 extern void dump_dref (FILE *, dref);
    [all...]
tree-ssa-alias.cc 2722 ao_ref dref; local
2747 ao_ref_init_from_ptr_and_range (&dref,
2752 ao_ref_init_from_ptr_and_range (&dref,
2755 if (refs_may_alias_p_1 (&dref, ref, false))
3536 ao_ref dref; local
3540 if (!kill.get_ao_ref (as_a <gcall *> (stmt), &dref))
3542 if (store_kills_ref_p (ao_ref_base (&dref), dref.offset,
3543 dref.size, dref.max_size, ref)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 273 } *dref; typedef in typeref:class:dref_d
315 auto_vec<dref> refs;
374 auto_vec<dref> refs;
487 gphi *find_looparound_phi (dref ref, dref root);
521 bool combinable_refs_p (dref r1, dref r2, enum tree_code *code, bool *swap,
529 gimple *stmt_combining_refs (dref r1, dref r2);
537 extern void dump_dref (FILE *, dref);
    [all...]
tree-ssa-alias.cc 2709 ao_ref dref; local
2734 ao_ref_init_from_ptr_and_range (&dref,
2739 ao_ref_init_from_ptr_and_range (&dref,
2742 if (refs_may_alias_p_1 (&dref, ref, false))
3467 ao_ref dref; local
3471 if (!kill.get_ao_ref (as_a <gcall *> (stmt), &dref))
3473 if (store_kills_ref_p (ao_ref_base (&dref), dref.offset,
3474 dref.size, dref.max_size, ref)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-array.cc 9395 tree vref, dref; local
9465 dref = gfc_build_array_ref (tmp, index, NULL);
9466 tmp = structure_alloc_comps (der_type, vref, dref, rank,
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-array.cc 9025 tree vref, dref; local
9095 dref = gfc_build_array_ref (tmp, index, NULL);
9096 tmp = structure_alloc_comps (der_type, vref, dref, rank,

Completed in 45 milliseconds