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

Method allocation_order

src/debug_utils/generic_reginfo/mod.rs:193–195  ·  view source on GitHub ↗
(&self, class: RegClass)

Source from the content-addressed store, hash-verified

191
192 #[inline]
193 fn allocation_order(&self, class: RegClass) -> &[PhysReg] {
194 &self.classes[class].allocation_order
195 }
196
197 #[inline]
198 fn group_allocation_order(&self, class: RegClass) -> &[RegGroup] {

Callers 4

fmtMethod · 0.45
check_classMethod · 0.45
from_reginfoMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected