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

Method get_inlined_value

cranelift/codegen/src/inline.rs:331–334  ·  view source on GitHub ↗
(&self, callee: &ir::Function, callee_val: ir::Value)

Source from the content-addressed store, hash-verified

329 }
330
331 fn get_inlined_value(&self, callee: &ir::Function, callee_val: ir::Value) -> Option<ir::Value> {
332 let resolved_callee_val = callee.dfg.resolve_aliases(callee_val);
333 self.values[resolved_callee_val].expand()
334 }
335}
336
337/// Inline one particular function call.

Callers 1

map_valueMethod · 0.80

Calls 2

resolve_aliasesMethod · 0.80
expandMethod · 0.45

Tested by

no test coverage detected