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

/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c7202 static int current_cycle;
7387 current_cycle = 0;
7433 mem_ops_in_group[current_cycle % 4]++;
7437 mem_ops_in_group[(current_cycle + 3) % 4]++;
7528 current_cycle = clock_var;
7634 || mem_ops_in_group[current_cycle % 4] < ia64_max_memory_insns))
7701 current_cycle = clock;
7702 mem_ops_in_group[current_cycle % 4] = 0;
7757 int current_cycle;
7785 sc->current_cycle
7188 static int current_cycle; variable
7742 int current_cycle; member in struct:_ia64_sched_context
[all...]

Completed in 51 milliseconds