Searched refs:getDirection (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h151 /// getDirection - Returns the direction associated with a particular
153 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } function in class:llvm::Dependence
245 /// getDirection - Returns the direction associated with a particular
247 unsigned getDirection(unsigned Level) const;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp242 // getDirection - Returns the direction associated with a particular level.
243 unsigned FullDependence::getDirection(unsigned Level) const { function in class:FullDependence
603 unsigned Direction = getDirection(II);
3634 if (!(Result.getDirection(II) & Dependence::DVEntry::EQ)) {
3645 if (Result.getDirection(II) != Dependence::DVEntry::EQ) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h730 PassDirection getDirection() const LLVM_READONLY {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp2054 OS << " " << ParamCommandComment::getDirectionAsString(C->getDirection());

Completed in 110 milliseconds