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

Method stack_to_stack_class

src/debug_utils/generic_reginfo/mod.rs:148–150  ·  view source on GitHub ↗
(&self, bank: RegBank)

Source from the content-addressed store, hash-verified

146
147 #[inline]
148 fn stack_to_stack_class(&self, bank: RegBank) -> RegClass {
149 self.banks[bank].stack_to_stack_class
150 }
151
152 #[inline]
153 fn bank_for_class(&self, class: RegClass) -> RegBank {

Callers 4

do_moveMethod · 0.80
resolveMethod · 0.80
check_bankMethod · 0.80
from_reginfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected