Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp384 static const unsigned PriorityThree = 15; variable
455 ResCount += PriorityThree; in SUSchedulingCost()