Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h215 class FullDependence final : public Dependence {
217 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent,
603 FullDependence &Result) const;
618 FullDependence &Result,
633 FullDependence &Result) const;
641 FullDependence &Result) const;
656 FullDependence &Result,
674 FullDependence &Result,
693 FullDependence &Result,
711 FullDependence &Result,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp256 FullDependence::FullDependence(Instruction *Source, Instruction *Destination, in FullDependence() function in FullDependence
269 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection()
276 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance()
285 bool FullDependence::isScalar(unsigned Level) const { in isScalar()
293 bool FullDependence::isPeelFirst(unsigned Level) const { in isPeelFirst()
301 bool FullDependence::isPeelLast(unsigned Level) const { in isPeelLast()
308 bool FullDependence::isSplitable(unsigned Level) const { in isSplitable()
1099 FullDependence &Result) const { in testZIV()
1147 unsigned Level, FullDependence &Result, in strongSIVtest()
1283 const Loop *CurLoop, unsigned Level, FullDependence &Result, in weakCrossingSIVtest()
[all …]