Searched refs:all_same (Results 1 – 5 of 5) sorted by relevance
76 const bool all_same = std::all_of( in reset_block() local81 if (all_same) in reset_block()95 const bool all_same = std::all_of( in reset_block() local101 if (all_same) in reset_block()148 bool all_same = in last_writer_idx() local153 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
2076 bool all_same = std::all_of(phi->operands.cbegin() + 1, phi->operands.cend(), OpsSame); in get_regs_for_phis() local2077 if (!all_same) in get_regs_for_phis()
10453 bool all_same = true; in create_continue_phis() local10454 for (unsigned i = 1; all_same && (i < block.linear_preds.size()); i++) in create_continue_phis()10455 all_same = vals[block.linear_preds[i] - first] == vals[block.linear_preds[0] - first]; in create_continue_phis()10458 if (all_same) { in create_continue_phis()
40 static int all_same(char *bitmap, int w, int h) in all_same() function74 return *bitmap == 0 && all_same(bitmap, w, h); in all_white()
559 bool all_same = true; in load_from_ssa_entry_value() local565 all_same = false; in load_from_ssa_entry_value()568 all_same = false; in load_from_ssa_entry_value()571 if (all_same) { in load_from_ssa_entry_value()