Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h436 bool needsChecking(const RuntimeCheckingPtrGroup &M,
470 bool needsChecking(unsigned I, unsigned J) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp310 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anon8c5f5e510311::LoadEliminationForLoop
398 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
H A DLoopDistribute.cpp928 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp245 if (needsChecking(CGI, CGJ)) in generateChecks()
259 bool RuntimePointerChecking::needsChecking( in needsChecking() function in RuntimePointerChecking
263 if (needsChecking(M.Members[I], N.Members[J])) in needsChecking()
439 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking() function in RuntimePointerChecking