Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp504 ScheduleDAGMI *DAG = createSchedPostRA<AArch64PostRASchedStrategy>(C); in createPostMachineScheduler()