reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/AliasAnalysis.cpp
  168     const MemoryLocation DefLoc = MemoryLocation::get(I);
lib/Analysis/DependenceAnalysis.cpp
 3427                                  MemoryLocation::get(Dst),
 3428                                  MemoryLocation::get(Src))) {
 3845                                 MemoryLocation::get(Dst),
 3846                                 MemoryLocation::get(Src)) == MustAlias);
lib/Analysis/LoopCacheAnalysis.cpp
  435   const auto &Loc1 = MemoryLocation::get(&StoreOrLoadInst);
  436   const auto &Loc2 = MemoryLocation::get(&Other.StoreOrLoadInst);
lib/Analysis/MemoryDependenceAnalysis.cpp
  916   const MemoryLocation Loc = MemoryLocation::get(QueryInst);
lib/Analysis/MemorySSA.cpp
  146         Loc = MemoryLocation::get(Inst);
  353       StartingLoc = MemoryLocation::get(Inst);
lib/Transforms/Scalar/DeadStoreElimination.cpp
  595   MemoryLocation MemLoc = MemoryLocation::get(SecondI);
lib/Transforms/Scalar/EarlyCSE.cpp
 1064         auto MemLoc = MemoryLocation::get(Inst);
lib/Transforms/Scalar/MemCpyOptimizer.cpp
  504         auto ML = MemoryLocation::get(C);
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  684       if (!AA.isNoAlias(MemoryLocation::get(MemInstr),
  685                         MemoryLocation::get(ChainInstr))) {