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

Method block_order

cranelift/codegen/src/machinst/vcode.rs:322–324  ·  view source on GitHub ↗

Access to the BlockLoweringOrder object.

(&self)

Source from the content-addressed store, hash-verified

320
321 /// Access to the BlockLoweringOrder object.
322 pub fn block_order(&self) -> &BlockLoweringOrder {
323 &self.vcode.block_order
324 }
325
326 /// Set the current block as the entry block.
327 pub fn set_entry(&mut self, block: BlockIndex) {

Callers 5

collect_block_callMethod · 0.80
lowerMethod · 0.80
block_successor_labelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected