Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h241 const SmallVectorImpl<Instruction *> &getMemoryInstructions() const { in getMemoryInstructions() function
890 return DepChecker.getMemoryInstructions()[Source]; in getSource()
895 return DepChecker.getMemoryInstructions()[Destination]; in getDestination()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp224 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp380 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
H A DLoopDistribute.cpp713 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(), in processLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3043 Dep.print(OS, Depth + 2, DepChecker->getMemoryInstructions()); in print()