HomeSort by relevance Sort by last modified time
    Searched refs:SCost (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 120 int SCost;
122 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 115 milliseconds