Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2044 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local
2048 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()
2145 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local
2147 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()