Searched refs:needsChecking (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 464 bool needsChecking(const RuntimeCheckingPtrGroup &M, 498 bool needsChecking(unsigned I, unsigned J) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 310 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anon67a41c9d0311::LoadEliminationForLoop 398 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
|
| H A D | LoopDistribute.cpp | 923 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 342 if (needsChecking(CGI, CGJ)) { in generateChecks() 358 bool RuntimePointerChecking::needsChecking( in needsChecking() function in RuntimePointerChecking 362 if (needsChecking(M.Members[I], N.Members[J])) in needsChecking() 553 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking() function in RuntimePointerChecking
|