Skip to main content
find_cold_blocks
rustc_
codegen_
ssa
1.99.0-nightly
(c81c8c15f 2026-09-09) (Ferrocene nightly by Ferrous Systems)
In rustc_
codegen_
ssa::
mir
rustc_codegen_ssa
::
mir
Function
find_
cold_
blocks
Copy item path
Source
fn find_cold_blocks<'tcx>( tcx:
TyCtxt
<'tcx>, mir: &
Body
<'tcx>, ) ->
IndexVec
<
BasicBlock
,
bool
>