Searched refs:needsChecking (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 478 bool needsChecking(const RuntimeCheckingPtrGroup &M, 512 bool needsChecking(unsigned I, unsigned J) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 317 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anone42e219c0311::LoadEliminationForLoop 405 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
|
| H A D | LoopDistribute.cpp | 920 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 378 if (needsChecking(CGI, CGJ)) { in generateChecks() 394 bool RuntimePointerChecking::needsChecking( in needsChecking() function in RuntimePointerChecking 398 if (needsChecking(M.Members[I], N.Members[J])) in needsChecking() 589 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking() function in RuntimePointerChecking
|