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 399 SUnit *ConvergingVLIWScheduler::VLIWSchedBoundary::pickOnlyChoice() {
588 if (SUnit *SU = Bot.pickOnlyChoice()) {
592 if (SUnit *SU = Top.pickOnlyChoice()) {
651 SU = Top.pickOnlyChoice();
662 SU = Bot.pickOnlyChoice();
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 40 milliseconds