Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h617 const MemoryDepChecker &getDepChecker() const { return *DepChecker; } in getDepChecker() function
823 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
828 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
H A DVectorUtils.h740 return LAI && LAI->getDepChecker().getDependences(); in areDependencesValid()
798 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h370 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
374 return LAI->getDepChecker().getMaxSafeVectorWidthInBits(); in getMaxSafeVectorWidthInBits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp184 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences()
376 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
500 InstOrder = LAI.getDepChecker().generateInstructionOrderMap(); in processLoop()
H A DLoopDistribute.cpp685 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop()
710 const MemoryDepChecker &DepChecker = LAI->getDepChecker(); in processLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp224 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2626 auto Deps = getDepChecker().getDependences(); in emitUnsafeDependenceRemark()
2960 const MemoryDepChecker &DC = getDepChecker(); in print()