Home
last modified time | relevance | path

Searched refs:AArch64PostRASchedStrategy (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineScheduler.h21 class AArch64PostRASchedStrategy : public PostGenericScheduler {
23 AArch64PostRASchedStrategy(const MachineSchedContext *C) : in AArch64PostRASchedStrategy() function
H A DAArch64MachineScheduler.cpp61 bool AArch64PostRASchedStrategy::tryCandidate(SchedCandidate &Cand, in tryCandidate()
H A DAArch64TargetMachine.cpp485 new ScheduleDAGMI(C, std::make_unique<AArch64PostRASchedStrategy>(C), in createPostMachineScheduler()