HomeSort by relevance Sort by last modified time
    Searched defs:getDepChecker (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 548 const MemoryDepChecker &getDepChecker() const { return *DepChecker; }
753 return LAI.getDepChecker().getMemoryInstructions()[Source];
758 return LAI.getDepChecker().getMemoryInstructions()[Destination];
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 599 const MemoryDepChecker &getDepChecker() const { return *DepChecker; }
794 return LAI.getDepChecker().getMemoryInstructions()[Source];
799 return LAI.getDepChecker().getMemoryInstructions()[Destination];

Completed in 4128 milliseconds