Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1255 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local
1352 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1504 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local
1603 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local