Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1451 bool BIsWrite = B.getInt(); in isDependent() local
1454 if (!AIsWrite && !BIsWrite) in isDependent()
1473 std::swap(AIsWrite, BIsWrite); in isDependent()
1523 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent()
1622 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent()