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

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

Completed in 104 milliseconds