Searched refs:getDirection (Results 1 – 7 of 7) sorted by relevance
639 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT) { in checkDependencies()647 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT && in checkDependencies()648 D->getDirection(LoopDepth + 1) & Dependence::DVEntry::LT) { in checkDependencies()
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function239 unsigned getDirection(unsigned Level) const override;
746 PassDirection getDirection() const LLVM_READONLY { in getDirection() function
747 switch (C->getDirection()) { in visitParamCommandComment()
256 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence606 unsigned Direction = getDirection(II); in dump()3739 if (!(Result.getDirection(II) & Dependence::DVEntry::EQ)) { in depends()3750 if (Result.getDirection(II) != Dependence::DVEntry::EQ) { in depends()
502 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
152 unsigned Dir = D->getDirection(II); in populateDependencyMatrix()