Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h431 bool needsChecking(const CheckingPtrGroup &M,
464 bool needsChecking(unsigned I, unsigned J) const;
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp272 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anon0e8fe5e70111::LoadEliminationForLoop
362 if (needsChecking(PtrIdx1, PtrIdx2, in collectMemchecks()
DLoopDistribute.cpp819 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp199 if (needsChecking(CGI, CGJ)) in generateChecks()
213 bool RuntimePointerChecking::needsChecking(const CheckingPtrGroup &M, in needsChecking() function in RuntimePointerChecking
217 if (needsChecking(M.Members[I], N.Members[J])) in needsChecking()
390 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking() function in RuntimePointerChecking