Home
last modified time | relevance | path

Searched defs:isDirectionNegative (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h165 virtual bool isDirectionNegative() const { return false; } in isDirectionNegative() function
/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp290 bool FullDependence::isDirectionNegative() const { isDirectionNegative() function in FullDependence