Searched refs:getChecks (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopVersioningLICM.cpp | 373 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions() 524 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
|
| H A D | LoopLoadElimination.cpp | 400 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 | 294 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 552 const SmallVectorImpl<RuntimePointerCheck> &getChecks() const { in getChecks() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 3097 if (LAI->getRuntimePointerChecking()->getChecks().empty() && in clear()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1845 MemCheckBlock->getTerminator(), L, RtPtrChecking.getChecks(), in create() 8323 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in buildVPlansWithVPRecipes() 8325 if (!LAI->getRuntimePointerChecking()->getChecks().empty() && in buildVPlansWithVPRecipes()
|