Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h157 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp274 Direction Loop::LoopBounds::getDirection() const { in getDirection() function in Loop::LoopBounds
H A DDependenceAnalysis.cpp334 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DComment.h728 PassDirection getDirection() const LLVM_READONLY { in getDirection() function