Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h169 bool isPossiblyBackward() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp641 if (Dep.isPossiblyBackward()) { in MemoryInstructionDependences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1270 bool MemoryDepChecker::Dependence::isPossiblyBackward() const { in isPossiblyBackward() function in MemoryDepChecker::Dependence