Home
last modified time | relevance | path

Searched refs:num_loads (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dddg.h123 int num_loads; member
H A Dddg.c457 g->num_loads++; in create_ddg()
H A Dmodulo-sched.c1110 fprintf (dump_file, "SMS num-loads %d\n", g->num_loads); in sms_schedule()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra-build.c2681 unsigned int i, num_loads; in determine_web_costs() local
2711 num_loads = MIN (web->span_deaths, web->num_uses); in determine_web_costs()
2714 if (num_loads < web->num_uses) in determine_web_costs()
2715 w = (w * num_loads + web->num_uses - 1) / web->num_uses; in determine_web_costs()