rustc_
codegen_
ssa
1.85.1
(4eb161250 2025-03-15)
In rustc_
codegen_
ssa::
mir
Modules
analyze
block
constant
coverageinfo
debuginfo
intrinsic
locals
naked_asm
operand
place
rvalue
statement
Structs
FunctionCx
Enums
CachedLlbb
LocalRef
Functions
arg_local_refs
codegen_mir
find_cold_blocks
Type Aliases
PerLocalVarDebugInfoIndexVec
rustc_codegen_ssa
::
mir
Function
find_cold_blocks
Copy item path
Settings
Help
Summary
Source
fn find_cold_blocks<'tcx>( tcx:
TyCtxt
<'tcx>, mir: &
Body
<'tcx>, ) ->
IndexVec
<
BasicBlock
,
bool
>