Function come::ir::editor::analyzer::control_flow::structural::fold_if_else
source · fn fold_if_else(
region_content: &mut FoldedCFG,
condition: NodeIndex<usize>,
cfg: &BindedControlFlowGraph<'_, '_>
) -> bool