Searched refs:getChecks (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 382 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions() 555 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
|
H A D | LoopLoadElimination.cpp | 402 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks()
|
H A D | LoopDistribute.cpp | 793 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 283 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 509 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 3086 if (LAI->getRuntimePointerChecking()->getChecks().empty() && in clear()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1893 MemCheckBlock->getTerminator(), L, RtPtrChecking.getChecks(), in Create() 7325 if (LAI && !LAI->getRuntimePointerChecking()->getChecks().empty() && in executePlan() 7333 *LAI, LAI->getRuntimePointerChecking()->getChecks(), OrigLoop, LI, DT, in executePlan()
|