Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1861 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local
1862 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()
1958 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local
1959 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()