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

Method dfg

cranelift/codegen/src/machinst/lower.rs:1375–1377  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1373/// Function-level queries.
1374impl<'func, I: VCodeInst> Lower<'func, I> {
1375 pub fn dfg(&self) -> &DataFlowGraph {
1376 &self.f.dfg
1377 }
1378
1379 /// Get the `Callee`.
1380 pub fn abi(&self) -> &Callee<I::ABIMachineSpec> {

Callers 1

sink_instMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected