Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp639 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()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
239 unsigned getDirection(unsigned Level) const override;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h746 PassDirection getDirection() const LLVM_READONLY { in getDirection() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp747 switch (C->getDirection()) { in visitParamCommandComment()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp256 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence
606 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp502 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp152 unsigned Dir = D->getDirection(II); in populateDependencyMatrix()