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

Method entry_points

src/debug_utils/generic_function/mod.rs:160–162  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

158
159 #[inline]
160 fn entry_points(&self) -> &[Block] {
161 &self.entry_points
162 }
163
164 #[inline]
165 fn block_insts(&self, block: Block) -> InstRange {

Callers 8

prepare_forward_passMethod · 0.45
compute_entry_statesMethod · 0.45
check_functionMethod · 0.45
check_functionMethod · 0.45
fmtMethod · 0.45
computeMethod · 0.45
compute_idomsMethod · 0.45
from_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected