Searched refs:current_cycle (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c7247 static int current_cycle;
7430 current_cycle = 0;
7476 mem_ops_in_group[current_cycle % 4]++;
7480 mem_ops_in_group[(current_cycle + 3) % 4]++;
7571 current_cycle = clock_var;
7677 || mem_ops_in_group[current_cycle % 4] < ia64_max_memory_insns))
7744 current_cycle = clock;
7745 mem_ops_in_group[current_cycle % 4] = 0;
7800 int current_cycle;
7828 sc->current_cycle
7233 static int current_cycle; variable
7785 int current_cycle; member in struct:_ia64_sched_context
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc7247 static int current_cycle;
7430 current_cycle = 0;
7476 mem_ops_in_group[current_cycle % 4]++;
7480 mem_ops_in_group[(current_cycle + 3) % 4]++;
7571 current_cycle = clock_var;
7677 || mem_ops_in_group[current_cycle % 4] < ia64_max_memory_insns))
7744 current_cycle = clock;
7745 mem_ops_in_group[current_cycle % 4] = 0;
7800 int current_cycle;
7828 sc->current_cycle
[all...]

Completed in 230 milliseconds