Home
last modified time | relevance | path

Searched refs:needsChecking (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h569 LLVM_ABI bool needsChecking(const RuntimeCheckingPtrGroup &M,
603 LLVM_ABI bool needsChecking(unsigned I, unsigned J) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp318 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anon087f49260311::LoadEliminationForLoop
407 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
H A DLoopDistribute.cpp923 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp482 if (needsChecking(CGI, CGJ)) { in generateChecks()
498 bool RuntimePointerChecking::needsChecking( in needsChecking() function in RuntimePointerChecking
502 if (needsChecking(I, J)) in needsChecking()
687 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking() function in RuntimePointerChecking