Home | History | Annotate | Download | only in gcc

Lines Matching defs:dref

273 } *dref;
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);
539 dump_dref (FILE *file, dref ref)
574 dref a;
667 dref a;
694 dref ref;
896 dref dataref;
1082 dref a, first;
1146 dref ref;
1165 const dref *const da = (const dref *) a;
1166 const dref *const db = (const dref *) b;
1180 const dref *const da = (const dref *) a;
1181 const dref *const db = (const dref *) b;
1188 static inline dref
1197 static inline dref
1211 static inline dref
1229 add_ref_to_chain (chain_p chain, dref ref)
1231 dref root = get_chain_root (chain);
1267 dref ref;
1286 make_rooted_chain (dref ref, enum chain_type type)
1312 name_for_ref (dref ref)
1377 pcom_worker::find_looparound_phi (dref ref, dref root)
1467 insert_looparound_copy (chain_p chain, dref ref, gphi *phi)
1469 dref nw = XCNEW (class dref_d), aref;
1497 dref ref, root = get_chain_root (chain);
1521 dref a;
1840 dref root = get_chain_root (chain);
1908 dref a = get_chain_last_write_at (chain, i);
1952 dref a = get_chain_last_write_at (chain, i);
2015 dref a = get_chain_last_write_at (chain, i);
2046 dref last = get_chain_root (chain);
2097 initialize_root_vars_lm (class loop *loop, dref root, bool written,
2148 dref a;
2290 dref a;
2344 dref b = get_chain_last_write_before_load (chain, i - 1);
2391 dref a;
2438 dref a;
2453 dref a;
2474 dref a;
2720 pcom_worker::combinable_refs_p (dref r1, dref r2,
2874 pcom_worker::stmt_combining_refs (dref r1, dref r2)
2894 dref r1, r2, nw;
2951 dref ref, ref1, ref2;
3031 dref ref;
3164 dref laref;