Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h157 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp275 Direction Loop::LoopBounds::getDirection() const { in getDirection() function in Loop::LoopBounds
H A DDependenceAnalysis.cpp334 // getDirection - Returns the direction associated with a particular level. in getDirection() function in FullDependence