Searched refs:getMemoryInstructions (Results 1 – 5 of 5) sorted by relevance
229 const SmallVectorImpl<Instruction *> &getMemoryInstructions() const { in getMemoryInstructions() function842 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()847 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
223 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
369 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
714 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(), in processLoop()
2650 Dep.print(OS, Depth + 2, DepChecker->getMemoryInstructions()); in print()