Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1855 bool RtNotModified = in findMatchingInsn() local
1862 << (RtNotModified ? "true" : "false") << "\n" in findMatchingInsn()
1866 if (RtNotModified && RtNotUsed && !mayAlias(MI, MemInsns, AA)) { in findMatchingInsn()
1896 RtNotModified = !( in findMatchingInsn()
1902 << (RtNotModified ? "true" : "false") << "\n"); in findMatchingInsn()
1904 if (RtNotModified && !mayAlias(FirstMI, MemInsns, AA)) { in findMatchingInsn()