OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCost
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h
121
int
SCost
;
123
SchedCandidate(): SU(nullptr),
SCost
(0) {}
HexagonMachineScheduler.cpp
561
Candidate.
SCost
= CurrentCost;
567
if (CurrentCost > Candidate.
SCost
) {
571
Candidate.
SCost
= CurrentCost;
633
if (TopCand.
SCost
> BotCand.
SCost
) {
Completed in 101 milliseconds