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

Method entry_block

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

Get the function's entry block. This is simply the first block in the layout order.

(&self)

Source from the content-addressed store, hash-verified

334 /// Get the function's entry block.
335 /// This is simply the first block in the layout order.
336 pub fn entry_block(&self) -> Option<Block> {
337 self.first_block
338 }
339
340 /// Get the last block in the layout.
341 pub fn last_block(&self) -> Option<Block> {

Callers 15

filecheck_textFunction · 0.45
is_unreachableMethod · 0.45
newMethod · 0.45
mutateMethod · 0.45
iterMethod · 0.45
do_remove_constant_phisFunction · 0.45
inline_block_layoutFunction · 0.45
replace_call_with_jumpFunction · 0.45
create_blocksFunction · 0.45
compute_spanning_treeMethod · 0.45
headerMethod · 0.45

Calls

no outgoing calls

Tested by 1

filecheck_textFunction · 0.36