Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h567 const MemoryDepChecker &getDepChecker() const { return *DepChecker; } in getDepChecker() function
779 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
784 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
DVectorUtils.h880 return LAI && LAI->getDepChecker().getDependences(); in areDependencesValid()
939 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h369 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
375 return LAI->getDepChecker().getMaxSafeVectorWidthInBits(); in getMaxSafeVectorWidthInBits()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp179 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences()
368 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
478 InstOrder = LAI.getDepChecker().generateInstructionOrderMap(); in processLoop()
DLoopDistribute.cpp691 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop()
716 const MemoryDepChecker &DepChecker = LAI->getDepChecker(); in processLoop()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp224 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()