Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineScheduler.cpp67 MachineInstr *Instr1 = Cand.SU->getInstr(); in tryCandidate() local
69 if (!needReorderStoreMI(Instr0) || !needReorderStoreMI(Instr1)) in tryCandidate()
74 if (!mayOverlapWrite(*Instr0, *Instr1, Off0, Off1)) { in tryCandidate()