Searched refs:NewPriority (Results 1 – 2 of 2) sorted by relevance
100 void BackgroundQueue::boost(llvm::StringRef Tag, unsigned NewPriority) { in boost() argument103 bool Increase = NewPriority > Boost; in boost()104 Boost = NewPriority; in boost()110 if (Tag == T.Tag && NewPriority > T.QueuePri) { in boost()111 T.QueuePri = NewPriority; in boost()
100 void boost(llvm::StringRef Tag, unsigned NewPriority);