Searched refs:pickOnlyChoice (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp391 SUnit *ConvergingVLIWScheduler::SchedBoundary::pickOnlyChoice() { function in class:ConvergingVLIWScheduler::SchedBoundary
580 if (SUnit *SU = Bot.pickOnlyChoice()) {
584 if (SUnit *SU = Top.pickOnlyChoice()) {
643 SU = Top.pickOnlyChoice();
654 SU = Bot.pickOnlyChoice();
H A DHexagonMachineScheduler.h188 SUnit *pickOnlyChoice();
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1608 SUnit *pickOnlyChoice();
2249 SUnit *GenericScheduler::SchedBoundary::pickOnlyChoice() { function in class:GenericScheduler::SchedBoundary
2688 if (SUnit *SU = Bot.pickOnlyChoice()) {
2693 if (SUnit *SU = Top.pickOnlyChoice()) {
2749 SU = Top.pickOnlyChoice();
2761 SU = Bot.pickOnlyChoice();

Completed in 175 milliseconds