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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DFAPacketizer.cpp 119 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) {
315 void VLIWPacketizerList::addMutation(
317 VLIWScheduler->addMutation(std::move(Mutation));
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePipeliner.h 272 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) {
MachineScheduler.h 45 // DAG->addMutation(new CustomDAGMutation(...));
318 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) {

Completed in 21 milliseconds