Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1853 bool RtNotModified = in findMatchingInsn() local
1860 << (RtNotModified ? "true" : "false") << "\n" in findMatchingInsn()
1864 if (RtNotModified && RtNotUsed && !mayAlias(MI, MemInsns, AA)) { in findMatchingInsn()
1894 RtNotModified = !( in findMatchingInsn()
1900 << (RtNotModified ? "true" : "false") << "\n"); in findMatchingInsn()
1902 if (RtNotModified && !mayAlias(FirstMI, MemInsns, AA)) { in findMatchingInsn()