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

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 211 class ScheduleDAGMutation {
214 virtual ~ScheduleDAGMutation() {}
233 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
273 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) {
317 /// Apply each ScheduleDAGMutation step in order. This allows different
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 81 void ScheduleDAGMutation::anchor() {}
712 /// Apply each ScheduleDAGMutation step in order.
    [all...]

Completed in 41 milliseconds