Searched refs:needsChecking (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 463 bool needsChecking(const RuntimeCheckingPtrGroup &M, 497 bool needsChecking(unsigned I, unsigned J) const;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 308 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anon24b71e560311::LoadEliminationForLoop 396 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
|
| H A D | LoopDistribute.cpp | 927 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 340 if (needsChecking(CGI, CGJ)) { in generateChecks() 356 bool RuntimePointerChecking::needsChecking( in needsChecking() function in RuntimePointerChecking 360 if (needsChecking(M.Members[I], N.Members[J])) in needsChecking() 551 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking() function in RuntimePointerChecking
|