Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h166 virtual bool isDirectionNegative() const { return false; } in isDirectionNegative() function
265 bool isDirectionNegative() const override;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp309 bool FullDependence::isDirectionNegative() const { in isDirectionNegative() function in FullDependence
323 if (!isDirectionNegative()) in normalize()