OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PriorityTwo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
468
static const unsigned
PriorityTwo
= 50;
526
ResCount -= (Delta.Excess.getUnitInc()*
PriorityTwo
);
527
ResCount -= (Delta.CriticalMax.getUnitInc()*
PriorityTwo
);
/external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp
391
static const unsigned
PriorityTwo
= 50;
450
ResCount += (
PriorityTwo
+ (ScaleThree*N->getNumValues()));
Completed in 48 milliseconds