Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1255 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local
1256 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()
1352 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local
1353 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()