MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / function

Method function

src/output.rs:182–184  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

180 #[inline]
181 #[must_use]
182 pub fn function(&self) -> &F {
183 self.func
184 }
185
186 /// Returns the input [`RegInfo`] to the register allocator.
187 #[inline]

Callers 7

check_functionMethod · 0.80
check_blockMethod · 0.80
check_instMethod · 0.80
check_remat_inputMethod · 0.80
check_operandMethod · 0.80
fmtMethod · 0.80
evaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected