HomeSort by: relevance | last modified time | path
    Searched defs:gen_simplified_condition (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 1927 gen_simplified_condition (tree cond, scalar_cond_masked_set_type &cond_set) function
1943 arg1 = gen_simplified_condition (arg1, cond_set);
1948 arg2 = gen_simplified_condition (arg2, cond_set);
2010 c = gen_simplified_condition (c, cond_set);
2200 cond = gen_simplified_condition (cond, cond_set);
tree-if-conv.cc 1927 gen_simplified_condition (tree cond, scalar_cond_masked_set_type &cond_set) function
1943 arg1 = gen_simplified_condition (arg1, cond_set);
1948 arg2 = gen_simplified_condition (arg2, cond_set);
2010 c = gen_simplified_condition (c, cond_set);
2200 cond = gen_simplified_condition (cond, cond_set);

Completed in 34 milliseconds