Searched refs:needsChecking (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 436 bool needsChecking(const CheckingPtrGroup &M, 469 bool needsChecking(unsigned I, unsigned J) const;
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 304 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anonb1751c6b0311::LoadEliminationForLoop 394 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
|
| H A D | LoopDistribute.cpp | 917 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 243 if (needsChecking(CGI, CGJ)) in generateChecks() 257 bool RuntimePointerChecking::needsChecking(const CheckingPtrGroup &M, in needsChecking() function in RuntimePointerChecking 261 if (needsChecking(M.Members[I], N.Members[J])) in needsChecking() 434 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking() function in RuntimePointerChecking
|