Home
last modified time | relevance | path

Searched defs:addMutation (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DDFAPacketizer.cpp171 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() function in llvm::DefaultVLIWScheduler
322 void VLIWPacketizerList::addMutation( in addMutation() function in VLIWPacketizerList
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h280 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() function