Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h428 bool needsChecking(const CheckingPtrGroup &M,
461 bool needsChecking(unsigned I, unsigned J) const;
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp252 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anone87979480111::LoadEliminationForLoop
342 if (needsChecking(PtrIdx1, PtrIdx2, in collectMemchecks()
DLoopDistribute.cpp648 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp167 if (needsChecking(CGI, CGJ)) in generateChecks()
181 bool RuntimePointerChecking::needsChecking(const CheckingPtrGroup &M, in needsChecking() function in RuntimePointerChecking
185 if (needsChecking(M.Members[I], N.Members[J])) in needsChecking()
358 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking() function in RuntimePointerChecking