Searched refs:needsChecking (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 442 bool needsChecking(const RuntimeCheckingPtrGroup &M, 476 bool needsChecking(unsigned I, unsigned J) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 309 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anonb343eb5a0311::LoadEliminationForLoop 397 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
|
| H A D | LoopDistribute.cpp | 928 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 247 if (needsChecking(CGI, CGJ)) in generateChecks() 261 bool RuntimePointerChecking::needsChecking( in needsChecking() function in RuntimePointerChecking 265 if (needsChecking(M.Members[I], N.Members[J])) in needsChecking() 451 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking() function in RuntimePointerChecking
|