Home
last modified time | relevance | path

Searched refs:LABEL_LIST_THRESHOLD (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dbuffer.rs420 const LABEL_LIST_THRESHOLD: usize = 100; constant
1013 if b.labels_at_this_branch.len() > LABEL_LIST_THRESHOLD { in optimize_branches()