Searched defs:getMemoryInstructions (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h248 const SmallVectorImpl<Instruction *> &getMemoryInstructions() const { function in class:llvm::MemoryDepChecker
794 return LAI.getDepChecker().getMemoryInstructions()[Source];
799 return LAI.getDepChecker().getMemoryInstructions()[Destination];

Completed in 178 milliseconds