☰
BasicBlocks
BasicBlocks
Trait Implementations
AstDebug
In move_lang::cfgir::ast
Structs
Constant
Function
LoopInfo
ModuleDefinition
Program
Script
Enums
BlockInfo
FunctionBody_
LoopEnd
Functions
remap_labels
Type Definitions
BasicBlock
BasicBlocks
FunctionBody
?
Type Definition
move_lang
::
cfgir
::
ast
::
BasicBlocks
source
·
[
−
]
pub type BasicBlocks =
BTreeMap
<
Label
,
BasicBlock
>;
Trait Implementations
§
source
§
impl
AstDebug
for
BasicBlocks
source
§
fn
ast_debug
(&self, w: &mut
AstWriter
)