Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h599 const MemoryDepChecker &getDepChecker() const { return *DepChecker; } in getDepChecker() function
794 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
799 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp143 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences()
331 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
439 InstOrder = LAI.getDepChecker().generateInstructionOrderMap(); in processLoop()
DLoopDistribute.cpp618 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop()
643 const MemoryDepChecker &DepChecker = LAI->getDepChecker(); in processLoop()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp215 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp957 return LAI && LAI->getDepChecker().getDependences(); in areDependencesValid()
1016 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences()