HomeSort by: relevance | last modified time | path
    Searched refs:getDirection (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceGraphBuilder.cpp 343 if (D->getDirection(Level) == Dependence::DVEntry::EQ)
345 else if (D->getDirection(Level) == Dependence::DVEntry::GT) {
350 } else if (D->getDirection(Level) == Dependence::DVEntry::LT)
LoopInfo.cpp 262 Direction D = getDirection();
274 Direction Loop::LoopBounds::getDirection() const {
DependenceAnalysis.cpp 268 // getDirection - Returns the direction associated with a particular level.
269 unsigned FullDependence::getDirection(unsigned Level) const {
619 unsigned Direction = getDirection(II);
3860 if (!(Result.getDirection(II) & Dependence::DVEntry::EQ)) {
3871 if (Result.getDirection(II) != Dependence::DVEntry::EQ) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 156 /// getDirection - Returns the direction associated with a particular
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
237 /// getDirection - Returns the direction associated with a particular
239 unsigned getDirection(unsigned Level) const override;
LoopInfo.h 627 /// - getDirection --> Increasing
701 Direction getDirection() const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUnrollAndJam.cpp 663 auto JammedDir = D->getDirection(CurLoopDepth);
680 auto JammedDir = D->getDirection(CurLoopDepth);
739 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ))
742 auto UnrollDirection = D->getDirection(UnrollLevel);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp 298 switch (PCC->getDirection()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h 745 PassDirection getDirection() const LLVM_READONLY {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 155 unsigned Dir = D->getDirection(II);
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1583 switch (C->getDirection()) {

Completed in 28 milliseconds