Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp571 static const unsigned PriorityThree = 75; variable
612 IsAvailableAmt = (PriorityTwo + PriorityThree); in SchedulingCost()
632 IsAvailableAmt = (PriorityTwo + PriorityThree); in SchedulingCost()
710 ResCount += PriorityThree; in SchedulingCost()
719 ResCount += PriorityThree; in SchedulingCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp384 static const unsigned PriorityThree = 15; variable
455 ResCount += PriorityThree; in SUSchedulingCost()