Searched refs:needsChecking (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 435 bool needsChecking(const CheckingPtrGroup &M, 468 bool needsChecking(unsigned I, unsigned J) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 310 bool needsChecking(unsigned PtrIdx1, unsigned PtrIdx2, in needsChecking() function in __anon33e8b1100311::LoadEliminationForLoop 400 if (needsChecking(PtrIdx1, PtrIdx2, PtrsWrittenOnFwdingPath, in collectMemchecks()
|
D | LoopDistribute.cpp | 930 if (RtPtrChecking->needsChecking(PtrIdx1, PtrIdx2) && in includeOnlyCrossPartitionChecks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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
|