Home | History | Annotate | Download | only in compiler

Lines Matching defs:Used

53 	unsigned int Used:1;
101 /** This is 1 if this class is being used by the register allocator
103 unsigned int Used;
116 if (!src || !src->Used) {
134 if (!a->Used || !b->Used) {
171 s->Input[index].Used = 1;
178 reg->Live[i].Used = 1;
220 * This pass is supposed to be used to maintain correct allocation of inputs
568 /* If we haven't used this register class yet, mark it
569 * as used and allocate space for it. */
570 if (!rc_class_list[class_index].Used) {
571 rc_class_list[class_index].Used = 1;
582 if (!class.Used) {
617 if (s->Input[i].Live[chan].Used) {
712 * integer value is zero, then a simple register allocator will be used that
714 * user is non-zero, then the regular register allocator will be used