MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / is_cold

Method is_cold

cranelift/codegen/src/ir/layout.rs:364–366  ·  view source on GitHub ↗

Is the given block cold?

(&self, block: Block)

Source from the content-addressed store, hash-verified

362
363 /// Is the given block cold?
364 pub fn is_cold(&self, block: Block) -> bool {
365 self.blocks[block].cold
366 }
367}
368
369/// A single node in the linked-list of blocks.

Callers 3

create_blocksFunction · 0.45
write_block_headerFunction · 0.45
check_entry_not_coldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected