HomeSort by: relevance | last modified time | path
    Searched refs:SystemZPostRASchedStrategy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZMachineScheduler.cpp 10 // SystemZPostRASchedStrategy is a scheduling strategy which is plugged into
26 void SystemZPostRASchedStrategy::SUSet::
60 void SystemZPostRASchedStrategy::
74 void SystemZPostRASchedStrategy::initialize(ScheduleDAGMI *dag) {
79 void SystemZPostRASchedStrategy::enterMBB(MachineBasicBlock *NextMBB) {
121 void SystemZPostRASchedStrategy::leaveMBB() {
129 SystemZPostRASchedStrategy::
130 SystemZPostRASchedStrategy(const MachineSchedContext *C)
139 SystemZPostRASchedStrategy::~SystemZPostRASchedStrategy() {
    [all...]
SystemZMachineScheduler.h 10 // SystemZPostRASchedStrategy is a scheduling strategy which is plugged into
30 class SystemZPostRASchedStrategy : public MachineSchedStrategy {
115 SystemZPostRASchedStrategy(const MachineSchedContext *C);
116 virtual ~SystemZPostRASchedStrategy();
SystemZTargetMachine.cpp 214 std::make_unique<SystemZPostRASchedStrategy>(C),

Completed in 20 milliseconds