Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h49 bool aliasIsKnownForLoadStore(const MachineInstr &MI1, const MachineInstr &MI2,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp103 bool GISelAddressing::aliasIsKnownForLoadStore(const MachineInstr &MI1, in aliasIsKnownForLoadStore() function in GISelAddressing
253 if (GISelAddressing::aliasIsKnownForLoadStore(MI, Other, IsAlias, MRI)) in instMayAlias()