Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h248 const SmallVectorImpl<Instruction *> &getMemoryInstructions() const { in getMemoryInstructions() function
794 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
799 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp215 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp331 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
DLoopDistribute.cpp644 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(), in processLoop()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1949 Dep.print(OS, Depth + 2, DepChecker->getMemoryInstructions()); in print()