Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h229 const SmallVectorImpl<Instruction *> &getMemoryInstructions() const { in getMemoryInstructions() function
842 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
847 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp223 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp369 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
H A DLoopDistribute.cpp714 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(), in processLoop()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2650 Dep.print(OS, Depth + 2, DepChecker->getMemoryInstructions()); in print()