Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h228 const SmallVectorImpl<Instruction *> &getMemoryInstructions() const { in getMemoryInstructions() function
828 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
833 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp223 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp367 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
H A DLoopDistribute.cpp716 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(), in processLoop()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2594 Dep.print(OS, Depth + 2, DepChecker->getMemoryInstructions()); in print()