Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h603 const MemoryDepChecker &getDepChecker() const { return *DepChecker; } in getDepChecker() function
828 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
833 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
H A DVectorUtils.h902 return LAI && LAI->getDepChecker().getDependences(); in areDependencesValid()
961 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h378 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
384 return LAI->getDepChecker().getMaxSafeVectorWidthInBits(); in getMaxSafeVectorWidthInBits()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp177 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences()
367 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
477 InstOrder = LAI.getDepChecker().generateInstructionOrderMap(); in processLoop()
H A DLoopDistribute.cpp690 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop()
715 const MemoryDepChecker &DepChecker = LAI->getDepChecker(); in processLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp223 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2410 auto Deps = getDepChecker().getDependences(); in emitUnsafeDependenceRemark()