Searched refs:last_cond (Results 1 – 4 of 4) sorted by relevance
298 condition_info *last_cond = chain->m_entries[entries - 1]; in convert_if_conditions_to_switch() local300 edge default_edge = last_cond->m_false_edge; in convert_if_conditions_to_switch()370 for (unsigned j = 0; j < last_cond->m_false_edge_phi_mapping.length (); ++j) in convert_if_conditions_to_switch()372 std::pair<gphi *, tree> item = last_cond->m_false_edge_phi_mapping[j]; in convert_if_conditions_to_switch()
1839 int last_cond; in check_cond() local1840 last_cond = ms->c.li[cont_level].last_cond; in check_cond()1844 if (last_cond != COND_NONE && last_cond != COND_ELIF) { in check_cond()1849 last_cond = COND_IF; in check_cond()1853 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond()1858 last_cond = COND_ELIF; in check_cond()1862 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond()1867 last_cond = COND_NONE; in check_cond()1871 last_cond = COND_NONE; in check_cond()1875 ms->c.li[cont_level].last_cond = last_cond; in check_cond()
446 int last_cond; /* used for error checking by parse() */ member
641 ms->c.li[level].last_cond = COND_NONE; in file_check_mem()