Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineScheduler.cpp36 static bool mayOverlapWrite(const MachineInstr &MI0, const MachineInstr &MI1, in mayOverlapWrite() function
74 if (!mayOverlapWrite(*Instr0, *Instr1, Off0, Off1)) { in tryCandidate()