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.cpp2134 bool RtNotModified = in findMatchingInsn() local
2141 << (RtNotModified ? "true" : "false") << "\n" in findMatchingInsn()
2145 if (RtNotModified && RtNotUsed && !mayAlias(MI, MemInsns, AA)) { in findMatchingInsn()
2175 RtNotModified = !( in findMatchingInsn()
2181 << (RtNotModified ? "true" : "false") << "\n"); in findMatchingInsn()
2183 if (RtNotModified && !mayAlias(FirstMI, MemInsns, AA)) { in findMatchingInsn()