Home
last modified time | relevance | path

Searched refs:all_vd (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dregcprop.c1300 all_vd[bb->index] = all_vd[single_pred (bb)->index]; in cprop_hardreg_bb()
1312 --all_vd[bb->index].n_debug_insn_changes; in cprop_hardreg_bb()
1321 init_value_data (all_vd + bb->index); in cprop_hardreg_bb()
1332 if (all_vd[bb->index].n_debug_insn_changes) in cprop_hardreg_debug()
1347 --all_vd[bb->index].n_debug_insn_changes; in cprop_hardreg_debug()
1360 struct value_data *all_vd; in execute() local
1399 cprop_hardreg_debug (fun, all_vd); in execute()
1413 cprop_hardreg_bb (bb, all_vd, visited); in execute()
1414 if (all_vd[bb->index].n_debug_insn_changes) in execute()
1420 cprop_hardreg_debug (fun, all_vd); in execute()
[all …]
H A Dregcprop.cc1318 all_vd[bb->index] = all_vd[single_pred (bb)->index]; in cprop_hardreg_bb()
1330 --all_vd[bb->index].n_debug_insn_changes; in cprop_hardreg_bb()
1339 init_value_data (all_vd + bb->index); in cprop_hardreg_bb()
1350 if (all_vd[bb->index].n_debug_insn_changes) in cprop_hardreg_debug()
1365 --all_vd[bb->index].n_debug_insn_changes; in cprop_hardreg_debug()
1378 struct value_data *all_vd; in execute() local
1417 cprop_hardreg_debug (fun, all_vd); in execute()
1428 cprop_hardreg_bb (bb, all_vd, visited); in execute()
1429 if (all_vd[bb->index].n_debug_insn_changes) in execute()
1435 cprop_hardreg_debug (fun, all_vd); in execute()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dregcprop.c1300 all_vd[bb->index] = all_vd[single_pred (bb)->index]; in cprop_hardreg_bb()
1312 --all_vd[bb->index].n_debug_insn_changes; in cprop_hardreg_bb()
1321 init_value_data (all_vd + bb->index); in cprop_hardreg_bb()
1332 if (all_vd[bb->index].n_debug_insn_changes) in cprop_hardreg_debug()
1347 --all_vd[bb->index].n_debug_insn_changes; in cprop_hardreg_debug()
1360 struct value_data *all_vd; in execute() local
1399 cprop_hardreg_debug (fun, all_vd); in execute()
1413 cprop_hardreg_bb (bb, all_vd, visited); in execute()
1414 if (all_vd[bb->index].n_debug_insn_changes) in execute()
1420 cprop_hardreg_debug (fun, all_vd); in execute()
[all …]