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(NULL),
SCost
(0) {}
HexagonMachineScheduler.cpp
555
Candidate.
SCost
= CurrentCost;
561
if (CurrentCost > Candidate.
SCost
) {
565
Candidate.
SCost
= CurrentCost;
627
if (TopCand.
SCost
> BotCand.
SCost
) {
Completed in 677 milliseconds