Home
last modified time | relevance | path

Searched refs:DiffChecks (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h459 return {DiffChecks}; in getDiffChecks()
538 SmallVector<PointerDiffInfo> DiffChecks; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp330 DiffChecks.emplace_back(SrcStartInt, SinkStartInt, AllocSize, in tryToCreateDiffCheck()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1947 auto DiffChecks = RtPtrChecking.getDiffChecks(); in Create() local
1948 if (DiffChecks) { in Create()
1951 MemCheckBlock->getTerminator(), *DiffChecks, MemCheckExp, in Create()