MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / block_frequency

Method block_frequency

src/debug_utils/generic_function/mod.rs:205–207  ·  view source on GitHub ↗
(&self, block: Block)

Source from the content-addressed store, hash-verified

203
204 #[inline]
205 fn block_frequency(&self, block: Block) -> f32 {
206 self.blocks[block].frequency
207 }
208
209 #[inline]
210 fn block_is_critical_edge(&self, block: Block) -> bool {

Callers 10

add_fixed_defMethod · 0.45
add_fixed_useMethod · 0.45
prepareMethod · 0.45
compute_block_orderMethod · 0.45
collect_usesMethod · 0.45
collect_gapsMethod · 0.45
split_or_spillMethod · 0.45
calc_spill_weightMethod · 0.45
evaluateMethod · 0.45
from_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected