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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 394 SUnit *ConvergingVLIWScheduler::VLIWSchedBoundary::pickOnlyChoice() {
583 if (SUnit *SU = Bot.pickOnlyChoice()) {
587 if (SUnit *SU = Top.pickOnlyChoice()) {
646 SU = Top.pickOnlyChoice();
657 SU = Bot.pickOnlyChoice();
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 46 milliseconds