Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h155 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp270 Direction Loop::LoopBounds::getDirection() const { in getDirection() function in Loop::LoopBounds
H A DDependenceAnalysis.cpp271 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h728 PassDirection getDirection() const LLVM_READONLY { in getDirection() function