Searched refs:getDirection (Results 1 – 10 of 10) sorted by relevance
344 if (D->getDirection(Level) == Dependence::DVEntry::EQ) in createMemoryDependencyEdges()346 else if (D->getDirection(Level) == Dependence::DVEntry::GT) { in createMemoryDependencyEdges()351 } else if (D->getDirection(Level) == Dependence::DVEntry::LT) in createMemoryDependencyEdges()
263 Direction D = getDirection(); in getCanonicalPredicate()275 Direction Loop::LoopBounds::getDirection() const { in getDirection() function in Loop::LoopBounds
334 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence684 unsigned Direction = getDirection(II); in dump()3954 if (!(Result.getDirection(II) & Dependence::DVEntry::EQ)) { in depends()3965 if (Result.getDirection(II) != Dependence::DVEntry::EQ) { in depends()
652 auto JammedDir = D->getDirection(CurLoopDepth); in preservesForwardDependence()669 auto JammedDir = D->getDirection(CurLoopDepth); in preservesBackwardDependence()728 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ)) in checkDependency()731 auto UnrollDirection = D->getDirection(UnrollLevel); in checkDependency()
155 /// getDirection - Returns the direction associated with a particular157 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function 248 /// getDirection - Returns the direction associated with a particular250 unsigned getDirection(unsigned Level) const override;
223 Direction getDirection() const;
766 switch (C->getDirection()) { in visitParamCommandComment()
142 unsigned Dir = D->getDirection(II); in populateDependencyMatrix()
1791 switch (C->getDirection()) { in visitParamCommandComment()
1052 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()