Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp274 Direction Loop::LoopBounds::getDirection() const { in getDirection() function in Loop::LoopBounds
H A DDependenceAnalysis.cpp269 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h745 PassDirection getDirection() const LLVM_READONLY { in getDirection() function