Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h442 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 DLoopLoadElimination.cpp309 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anonb343eb5a0311::LoadEliminationForLoop
397 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
H A DLoopDistribute.cpp928 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp247 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