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 195 class ScheduleDAGMutation {
197 virtual ~ScheduleDAGMutation() {}
220 std::vector<ScheduleDAGMutation*> Mutations;
272 void addMutation(ScheduleDAGMutation *Mutation) {
347 /// Apply each ScheduleDAGMutation step in order. This allows different
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 603 /// Apply each ScheduleDAGMutation step in order.
778 class LoadClusterMutation : public ScheduleDAGMutation {
894 class MacroFusion : public ScheduleDAGMutation {
    [all...]

Completed in 46 milliseconds