Searched refs:block_est (Results 1 – 1 of 1) sorted by relevance
486 BlockCycleEstimator& block_est = blocks[block.index]; in collect_preasm_stats() local488 block_est.join(blocks[pred]); in collect_preasm_stats()491 unsigned before = block_est.cur_cycle; in collect_preasm_stats()492 block_est.add(instr); in collect_preasm_stats()493 instr->pass_flags = block_est.cur_cycle - before; in collect_preasm_stats()522 latency += block_est.cur_cycle * iter; in collect_preasm_stats()524 usage[i] += block_est.res_usage[i] * iter; in collect_preasm_stats()