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

  /src/external/gpl3/gcc/dist/gcc/
auto-profile.cc 1307 tree cmp_rhs, cmp_lhs; local
1314 cmp_rhs = gimple_cond_rhs (cmp_stmt);
1316 if (!TREE_CONSTANT (cmp_rhs)
1317 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs)))
1337 bool check_value_one = (((integer_onep (cmp_rhs))
predict.cc 1879 tree cmp_rhs, cmp_lhs; local
1885 cmp_rhs = gimple_cond_rhs (cmp_stmt);
1887 if (!TREE_CONSTANT (cmp_rhs)
1888 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs)))
1896 check_value_one = (((integer_onep (cmp_rhs))
  /src/external/gpl3/gcc.old/dist/gcc/
auto-profile.cc 1306 tree cmp_rhs, cmp_lhs; local
1313 cmp_rhs = gimple_cond_rhs (cmp_stmt);
1315 if (!TREE_CONSTANT (cmp_rhs)
1316 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs)))
1336 bool check_value_one = (((integer_onep (cmp_rhs))
predict.cc 1868 tree cmp_rhs, cmp_lhs; local
1879 cmp_rhs = gimple_cond_rhs (cmp_stmt);
1881 if (!TREE_CONSTANT (cmp_rhs)
1882 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs)))
1890 check_value_one = (((integer_onep (cmp_rhs))

Completed in 77 milliseconds