Home
last modified time | relevance | path

Searched refs:IsAvailableAmt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp612 unsigned IsAvailableAmt = 0; in SchedulingCost() local
629 IsAvailableAmt = (PriorityTwo + PriorityThree); in SchedulingCost()
630 ResCount += IsAvailableAmt; in SchedulingCost()
649 IsAvailableAmt = (PriorityTwo + PriorityThree); in SchedulingCost()
650 ResCount += IsAvailableAmt; in SchedulingCost()
693 if (IsAvailableAmt && pressureChange(SU, Q.getID() != TopQID) > 0 && in SchedulingCost()
696 ResCount -= IsAvailableAmt; in SchedulingCost()