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

Method lowered_order

cranelift/codegen/src/machinst/blockorder.rs:314–316  ·  view source on GitHub ↗

Get the lowered order of blocks.

(&self)

Source from the content-addressed store, hash-verified

312
313 /// Get the lowered order of blocks.
314 pub fn lowered_order(&self) -> &[LoweredBlock] {
315 &self.lowered_order[..]
316 }
317
318 /// Get the BlockIndex, if any, for a given Block.
319 ///

Callers 4

collect_block_callMethod · 0.80
lowerMethod · 0.80
newMethod · 0.80
bindex_to_bbMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected