Searched refs:FullDependence (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 220 class FullDependence final : public Dependence { 222 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent, 225 FullDependence(FullDependence &&RHS) in FullDependence() function 598 FullDependence &Result) const; 613 FullDependence &Result, 628 FullDependence &Result) const; 636 FullDependence &Result) const; 651 FullDependence &Result, 669 FullDependence &Result, 688 FullDependence &Result, [all …]
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 236 FullDependence::FullDependence(Instruction *Source, Instruction *Destination, in FullDependence() function in FullDependence 249 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() 256 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() 265 bool FullDependence::isScalar(unsigned Level) const { in isScalar() 273 bool FullDependence::isPeelFirst(unsigned Level) const { in isPeelFirst() 281 bool FullDependence::isPeelLast(unsigned Level) const { in isPeelLast() 288 bool FullDependence::isSplitable(unsigned Level) const { in isSplitable() 1020 FullDependence &Result) const { in testZIV() 1068 unsigned Level, FullDependence &Result, in strongSIVtest() 1204 const Loop *CurLoop, unsigned Level, FullDependence &Result, in weakCrossingSIVtest() [all …]
|