Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp570 static const unsigned PriorityThree = 75; variable
611 IsAvailableAmt = (PriorityTwo + PriorityThree); in SchedulingCost()
631 IsAvailableAmt = (PriorityTwo + PriorityThree); in SchedulingCost()
709 ResCount += PriorityThree; in SchedulingCost()
718 ResCount += PriorityThree; in SchedulingCost()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp379 static const unsigned PriorityThree = 15; variable
449 ResCount += PriorityThree; in SUSchedulingCost()