Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1145 for (auto &AddrUse : MRI.use_nodbg_instructions(Addr)) in findPreIndexCandidate() local
1146 if (AddrUse.getParent() != LdSt.getParent()) in findPreIndexCandidate()
1152 for (auto &AddrUse : MRI.use_nodbg_instructions(Addr)) { in findPreIndexCandidate() local
1153 if (!dominates(LdSt, AddrUse)) in findPreIndexCandidate()
1158 if (auto *UseLdSt = dyn_cast<GLoadStore>(&AddrUse)) { in findPreIndexCandidate()