Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1296 for (auto &AddrUse : MRI.use_nodbg_instructions(Addr)) in findPreIndexCandidate() local
1297 if (AddrUse.getParent() != LdSt.getParent()) in findPreIndexCandidate()
1303 for (auto &AddrUse : MRI.use_nodbg_instructions(Addr)) { in findPreIndexCandidate() local
1304 if (!dominates(LdSt, AddrUse)) in findPreIndexCandidate()
1309 if (auto *UseLdSt = dyn_cast<GLoadStore>(&AddrUse)) { in findPreIndexCandidate()