Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1915 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local
1916 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()
2012 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local
2013 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()