Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1523 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local
1524 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()
1622 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local
1623 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()