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

Function target

cranelift/codegen/src/machinst/buffer.rs:2564–2566  ·  view source on GitHub ↗
(n: u32)

Source from the content-addressed store, hash-verified

2562 MachLabel::from_block(BlockIndex::new(n as usize))
2563 }
2564 fn target(n: u32) -> BranchTarget {
2565 BranchTarget::Label(label(n))
2566 }
2567
2568 fn emit_info() -> EmitInfo {
2569 let flags = settings::Flags::new(settings::builder());

Callers 8

test_elide_jump_to_nextFunction · 0.70
test_flip_condFunction · 0.70
test_islandFunction · 0.70
test_island_backwardFunction · 0.70
test_multiple_redirectFunction · 0.70
test_handle_branch_cycleFunction · 0.70

Calls 2

labelFunction · 0.85
LabelClass · 0.50

Tested by 8

test_elide_jump_to_nextFunction · 0.56
test_flip_condFunction · 0.56
test_islandFunction · 0.56
test_island_backwardFunction · 0.56
test_multiple_redirectFunction · 0.56
test_handle_branch_cycleFunction · 0.56