Searched refs:needsChecking (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 412 bool needsChecking(const CheckingPtrGroup &M, 445 bool needsChecking(unsigned I, unsigned J) const;
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 431 bool needsChecking(const CheckingPtrGroup &M, 464 bool needsChecking(unsigned I, unsigned J) const;
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 272 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anond3ea66f10111::LoadEliminationForLoop 362 if (needsChecking(PtrIdx1, PtrIdx2, in collectMemchecks()
|
D | LoopDistribute.cpp | 819 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 304 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anon105e59490311::LoadEliminationForLoop 394 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
|
D | LoopDistribute.cpp | 869 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 199 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 243 if (needsChecking(CGI, CGJ)) in generateChecks() 257 bool RuntimePointerChecking::needsChecking(const CheckingPtrGroup &M, in needsChecking() function in RuntimePointerChecking 261 if (needsChecking(M.Members[I], N.Members[J])) in needsChecking() 434 bool RuntimePointerChecking::needsChecking(unsigned I, unsigned J) const { in needsChecking() function in RuntimePointerChecking
|