Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp41 setAliasChecks(LAI.getRuntimePointerChecking()->getChecks()); in LoopVersioning()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp430 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
H A DLoopLoadElimination.cpp387 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
H A DLoopDistribute.cpp795 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h432 const SmallVector<PointerCheck, 4> &getChecks() const { return Checks; } in getChecks() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2217 return addRuntimeChecks(Loc, PtrRtChecking->getChecks()); in addRuntimeChecks()