Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h572 const MemoryDepChecker &getDepChecker() const { return *DepChecker; } in getDepChecker() function
775 return LAI.getDepChecker().getMemoryInstructions()[Source]; in getSource()
780 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
H A DVectorUtils.h536 return LAI && LAI->getDepChecker().getDependences(); in areDependencesValid()
595 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp174 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences()
363 const auto &MemInstrs = LAI.getDepChecker().getMemoryInstructions(); in findPointersWrittenOnForwardingPath()
474 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()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h320 return LAI->getDepChecker().getMaxSafeRegisterWidth(); in getMaxSafeRegisterWidth()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp218 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) { in annotateLoopWithNoAlias()