Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
741 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local742 if (IsTrueDataDependence && in isDependent()791 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local792 if (IsTrueDataDependence && in isDependent()