Lines Matching refs:name
48 if (BITSET_TEST(tmp_live, dst->name))
52 BITSET_CLEAR(tmp_live, dst->name);
58 if (BITSET_TEST(tmp_live, src->def->name))
65 if (BITSET_TEST(tmp_live, src->def->name))
69 BITSET_SET(tmp_live, src->def->name);
92 unsigned name = phi->srcs[i]->def->name;
93 if (!BITSET_TEST(live->live_out[pred->index], name)) {
95 BITSET_SET(live->live_out[pred->index], name);
102 unsigned name;
103 BITSET_FOREACH_SET (name, tmp_live, live->definitions_count) {
104 struct ir3_register *reg = live->definitions[name];
107 if (!BITSET_TEST(live->live_out[pred->index], name)) {
109 BITSET_SET(live->live_out[pred->index], name);
122 /* Reserve name 0 to mean "doesn't have a name yet" to make the debug
127 /* Build definition <-> name mapping */
133 dst->name = live->definitions_count;
174 if (BITSET_TEST(live->live_out[instr->block->index], def->name))
181 !BITSET_TEST(live->live_in[instr->block->index], def->name))