Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Spare

540   // approximate the spare room in the packet that could be filled with the
542 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) {
550 Spare += HEXAGON_PACKET_SIZE-T;
553 unsigned Spare = 0;
554 unsigned TotalIn = TotalCount(FP.TrueB, Spare) + TotalCount(FP.FalseB, Spare);
557 << TotalIn << ", spare room: " << Spare << "\n");
558 if (TotalIn >= SizeLimit+Spare)
586 if (TotalIn+TotalPh >= SizeLimit+Spare)