Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp565 static bool isPreLdStPairCandidate(MachineInstr &FirstMI, MachineInstr &MI) { in isPreLdStPairCandidate() function
1412 if (isPreLdStPairCandidate(FirstMI, MI)) in areCandidatesToMergeOrPair()
1763 bool IsPreLdSt = isPreLdStPairCandidate(FirstMI, MI); in findMatchingInsn()