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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 391 SUnit *ConvergingVLIWScheduler::SchedBoundary::pickOnlyChoice() {
582 if (SUnit *SU = Bot.pickOnlyChoice()) {
586 if (SUnit *SU = Top.pickOnlyChoice()) {
645 SU = Top.pickOnlyChoice();
656 SU = Bot.pickOnlyChoice();
HexagonMachineScheduler.h 188 SUnit *pickOnlyChoice();
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 30 milliseconds