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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-gori.cc 1318 int_range_max tmp, cond_true, cond_false; local
1353 if (!hand->op1_range (cond_true, type, m_bool_one, cr))
1356 cond_true.intersect (cl);
1362 if (!hand->op2_range (cond_true, type, m_bool_one, cl))
1365 cond_true.intersect (cr);
1381 if (compute_operand_range (tmp, def_stmt, cond_true, ssa1, src))
1396 tracer.trailer (idx, "cond_expr", true, cond_name, cond_true);
  /src/external/gpl3/gdb/dist/sim/d10v/
interp.c 1070 unsigned long cond_true = ins_type_counters[ (int)INS_COND_TRUE ]; local
1124 if (cond_true)
1127 size, add_commas (buf1, sizeof (buf1), cond_true));
  /src/external/gpl3/gdb.old/dist/sim/d10v/
interp.c 1070 unsigned long cond_true = ins_type_counters[ (int)INS_COND_TRUE ]; local
1124 if (cond_true)
1127 size, add_commas (buf1, sizeof (buf1), cond_true));
  /src/external/mit/isl/dist/
isl_aff.c 3420 isl_set *cond_true, *cond_false; local
3449 cond_true = isl_pw_aff_non_zero_set(isl_pw_aff_copy(cond));
3451 return isl_pw_aff_select(cond_true, pwaff_true,

Completed in 31 milliseconds