Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h604 const MemoryDepChecker &getDepChecker() const { return *DepChecker; } in getDepChecker() function
842 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
847 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
H A DVectorUtils.h919 return LAI && LAI->getDepChecker().getDependences(); in areDependencesValid()
978 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h368 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
374 return LAI->getDepChecker().getMaxSafeVectorWidthInBits(); in getMaxSafeVectorWidthInBits()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp178 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences()
369 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
493 InstOrder = LAI.getDepChecker().generateInstructionOrderMap(); in processLoop()
H A DLoopDistribute.cpp688 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop()
713 const MemoryDepChecker &DepChecker = LAI->getDepChecker(); in processLoop()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp223 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2467 auto Deps = getDepChecker().getDependences(); in emitUnsafeDependenceRemark()