Lines Matching defs:values
484 // result. This eliminates liveness conflicts and enables us to let values be
534 // Bind input values.
549 // Bind output values.
564 // Bind clobbered values.
793 // union of the live intervals of all coalesced values (we want to retain
794 // the separate intervals for testing interference of compound values)
991 WARN("forced coalescing of values in different files !\n");
999 WARN("forced coalescing of values in different fixed regs !\n");
1027 // set join pointer of all values joined with val
1256 // only the intervals of joined values don't necessarily arrive in order
1270 std::list<RIG_Node *> values, active;
1274 insertOrderedTail(values, getNode(it->get()->asLValue()));
1281 insertOrderedTail(values, getNode(insn->getDef(d)->asLValue()));
1283 checkList(values);
1285 while (!values.empty()) {
1286 RIG_Node *cur = values.front();
1300 values.pop_front();
1579 // coalesce first, we use only 1 RIG node for a group of joined values