Home
last modified time | relevance | path

Searched refs:usePPCPostRASchedStrategy (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h315 bool usePPCPostRASchedStrategy() const { return UsePPCPostRASchedStrategy; } in usePPCPostRASchedStrategy() function
H A DPPCTargetMachine.cpp309 new ScheduleDAGMI(C, ST.usePPCPostRASchedStrategy() ? in createPPCPostMachineScheduler()