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

  /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;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
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) {

Completed in 45 milliseconds