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

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 220 std::vector<ScheduleDAGMutation*> Mutations;
268 /// Mutations are applied in the order that they are added after normal DAG
273 Mutations.push_back(Mutation);
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 323 DeleteContainerPointers(Mutations);
605 for (unsigned i = 0, e = Mutations.size(); i < e; ++i) {
606 Mutations[i]->apply(this);
    [all...]

Completed in 50 milliseconds