Searched refs:needsChecking (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 428 bool needsChecking(const CheckingPtrGroup &M, 461 bool needsChecking(unsigned I, unsigned J) const;
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 252 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anone87979480111::LoadEliminationForLoop 342 if (needsChecking(PtrIdx1, PtrIdx2, in collectMemchecks()
|
D | LoopDistribute.cpp | 648 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 167 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
|