Home
last modified time | relevance | path

Searched refs:DF_REF_AT_TOP (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dregstat.cc128 if ((DF_REF_FLAGS (def) & DF_REF_AT_TOP) == 0) in regstat_bb_compute_ri()
132 if ((DF_REF_FLAGS (use) & DF_REF_AT_TOP) == 0) in regstat_bb_compute_ri()
318 if ((DF_REF_FLAGS (def) & DF_REF_AT_TOP) == 0) in regstat_bb_compute_calls_crossed()
322 if ((DF_REF_FLAGS (use) & DF_REF_AT_TOP) == 0) in regstat_bb_compute_calls_crossed()
Ddf-problems.cc244 if (DF_REF_FLAGS (def) & DF_REF_AT_TOP) in df_rd_simulate_artificial_defs_at_top()
293 if (top_flag == (DF_REF_FLAGS (def) & DF_REF_AT_TOP)) in df_rd_bb_local_compute_process_def()
382 DF_REF_AT_TOP); in df_rd_bb_local_compute()
825 if ((DF_REF_FLAGS (def) & DF_REF_AT_TOP) == 0) in df_lr_bb_local_compute()
835 if ((DF_REF_FLAGS (use) & DF_REF_AT_TOP) == 0) in df_lr_bb_local_compute()
903 if (DF_REF_FLAGS (def) & DF_REF_AT_TOP) in df_lr_bb_local_compute()
914 if (DF_REF_FLAGS (use) & DF_REF_AT_TOP) in df_lr_bb_local_compute()
2490 if (top_flag == (DF_REF_FLAGS (use) & DF_REF_AT_TOP)) in df_chain_create_bb_process_use()
2539 DF_REF_AT_TOP); in df_chain_create_bb()
2613 if ((top && (DF_REF_FLAGS (use) & DF_REF_AT_TOP)) in df_chain_bb_dump()
[all …]
Ddf.h88 DF_REF_AT_TOP = 1 << 1, enumerator
Dresource.cc958 if (DF_REF_FLAGS (def) & DF_REF_AT_TOP) in mark_target_live_regs()
Ddf-scan.cc3296 bb, NULL, DF_REF_REG_DEF, DF_REF_AT_TOP); in df_bb_refs_collect()
3304 bb, NULL, DF_REF_REG_DEF, DF_REF_AT_TOP); in df_bb_refs_collect()
Dregrename.cc598 if (DF_REF_FLAGS (def) & DF_REF_AT_TOP) in init_rename_info()
Dcse.cc6525 if (DF_REF_FLAGS (def) & DF_REF_AT_TOP) in cse_extended_basic_block()