Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineScheduler.cpp16 static bool needReorderStoreMI(const MachineInstr *MI) { in needReorderStoreMI() function
69 if (!needReorderStoreMI(Instr0) || !needReorderStoreMI(Instr1)) in tryCandidate()