Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h232 class LLVM_ABI FullDependence final : public Dependence {
234 FullDependence(Instruction *Source, Instruction *Destination,
639 FullDependence &Result) const;
654 FullDependence &Result,
669 FullDependence &Result) const;
677 FullDependence &Result) const;
692 FullDependence &Result,
710 FullDependence &Result,
729 FullDependence &Result,
747 FullDependence &Result,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp283 FullDependence::FullDependence(Instruction *Source, Instruction *Destination, in FullDependence() function in FullDependence
309 bool FullDependence::isDirectionNegative() const { in isDirectionNegative()
322 bool FullDependence::normalize(ScalarEvolution *SE) { in normalize()
353 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection()
360 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance()
369 bool FullDependence::isScalar(unsigned Level) const { in isScalar()
377 bool FullDependence::isPeelFirst(unsigned Level) const { in isPeelFirst()
385 bool FullDependence::isPeelLast(unsigned Level) const { in isPeelLast()
392 bool FullDependence::isSplitable(unsigned Level) const { in isSplitable()
1203 FullDependence &Result) const { in testZIV()
[all …]