Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h561 const MemoryDepChecker &getDepChecker() const { return *DepChecker; } in getDepChecker() function
772 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
777 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
H A DVectorUtils.h877 return LAI && LAI->getDepChecker().getDependences(); in areDependencesValid()
936 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h364 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
370 return LAI->getDepChecker().getMaxSafeVectorWidthInBits(); in getMaxSafeVectorWidthInBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp180 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences()
369 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
479 InstOrder = LAI.getDepChecker().generateInstructionOrderMap(); in processLoop()
H A DLoopDistribute.cpp691 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop()
716 const MemoryDepChecker &DepChecker = LAI->getDepChecker(); in processLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp224 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()