Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h165 virtual bool isDirectionNegative() const { return false; } in isDirectionNegative() function
258 bool isDirectionNegative() const override;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp290 bool FullDependence::isDirectionNegative() const { in isDirectionNegative() function in FullDependence
304 if (!isDirectionNegative()) in normalize()