Lines Matching defs:freq
1039 tty->print_cr("# B%d: start latency for [%4d]=%d, end latency for [%4d]=%d, freq=%g",
1070 tty->print_cr("# B%d: start latency for [%4d]=%d, end latency for [%4d]=%d, freq=%g",
1093 tty->print_cr("# Choose block B%d with start latency=%d and freq=%g",
1633 float freq = s->_freq;
1638 update_succ_freq(sb, freq * b->succ_prob(j));
1646 update_succ_freq(eb, freq * prob);
1708 float freq = _succs[i]->_freq;
1709 return freq / (freq + _succs[1-i]->_freq);
1760 // Do not push out freq to root block
1904 void CFGLoop::update_succ_freq(Block* b, float freq) {
1912 b->_freq += freq;
1916 BlockProbPair bpp(b, freq);
1921 ch->_freq += freq;
1980 tty->print("%s: %d trip_count: %6.0f freq: %6.0f\n",