Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ inst_clobbers
Method
inst_clobbers
src/debug_utils/generic_function/mod.rs:220–222 ·
view source on GitHub ↗
(&self, inst: Inst)
Source
from the content-addressed store, hash-verified
218
219
#[inline]
220
fn inst_clobbers(&self, inst: Inst) -> impl Iterator<Item = RegUnit> {
221
self.insts[inst].clobbers.iter().copied()
222
}
223
224
#[inline]
225
fn num_values(&self) -> usize {
Callers
7
collect_uses
Method · 0.45
preprocess_block
Method · 0.45
optimize_block
Method · 0.45
check_inst
Method · 0.45
check_inst
Method · 0.45
fmt
Method · 0.45
from_function
Method · 0.45
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected