Searched refs:cond_stack (Results 1 – 1 of 1) sorted by relevance
442 struct condition * cond_stack [32]; in fix_conditionals() local455 cond_stack [depth++] = in fix_conditionals()471 for ( cond = cond_stack [depth-1]; in fix_conditionals()509 cfg->cond = join_condition_stack( cond_stack, depth ); in fix_conditionals()529 cond_stack [depth] = eliminate_other_arch( cfg->cond ); in fix_conditionals()530 cfg->cond = join_condition_stack( cond_stack, depth+1 ); in fix_conditionals()534 cfg->cond = join_condition_stack( cond_stack, depth ); in fix_conditionals()