Lines Matching refs:Dependence
647 bool Sequentialized, Dependence *D) { in preservesForwardDependence()
653 if (JammedDir == Dependence::DVEntry::LT) in preservesForwardDependence()
656 if (JammedDir & Dependence::DVEntry::GT) in preservesForwardDependence()
665 bool Sequentialized, Dependence *D) { in preservesBackwardDependence()
670 if (JammedDir == Dependence::DVEntry::GT) in preservesBackwardDependence()
673 if (JammedDir & Dependence::DVEntry::LT) in preservesBackwardDependence()
711 std::unique_ptr<Dependence> D = DI.depends(Src, Dst, true); in checkDependency()
728 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ)) in checkDependency()
736 if (UnrollDirection == Dependence::DVEntry::EQ) in checkDependency()
739 if (UnrollDirection & Dependence::DVEntry::LT && in checkDependency()
744 if (UnrollDirection & Dependence::DVEntry::GT && in checkDependency()