Home
last modified time | relevance | path

Searched defs:getDirection (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
/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/lib/Analysis/
H A DDependenceAnalysis.cpp256 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence