Searched refs:Spare (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp542 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) {
550 Spare += HEXAGON_PACKET_SIZE-T;
553 unsigned Spare = 0; local
554 unsigned TotalIn = TotalCount(FP.TrueB, Spare) + TotalCount(FP.FalseB, Spare);
557 << TotalIn << ", spare room: " << Spare << "\n"); local
558 if (TotalIn >= SizeLimit+Spare)
586 if (TotalIn+TotalPh >= SizeLimit+Spare)
/netbsd-current/sys/arch/prep/include/
H A Dresidual.h188 unsigned char Spare; member in struct:_DEVICE_ID

Completed in 152 milliseconds