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
711 return LAI.getDepChecker().getMemoryInstructions()[Source];
716 return LAI.getDepChecker().getMemoryInstructions()[Destination];

Completed in 927 milliseconds