Searched refs:FullDependence (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 218 class FullDependence : public Dependence { 220 FullDependence(Instruction *Src, Instruction *Dst, bool LoopIndependent, 222 ~FullDependence() override { delete[] DV; } in ~FullDependence() 589 FullDependence &Result) const; 604 FullDependence &Result, 619 FullDependence &Result) const; 627 FullDependence &Result) const; 642 FullDependence &Result, 660 FullDependence &Result, 679 FullDependence &Result, [all …]
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 230 FullDependence::FullDependence(Instruction *Source, Instruction *Destination, in FullDependence() function in FullDependence 242 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() 249 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() 258 bool FullDependence::isScalar(unsigned Level) const { in isScalar() 266 bool FullDependence::isPeelFirst(unsigned Level) const { in isPeelFirst() 274 bool FullDependence::isPeelLast(unsigned Level) const { in isPeelLast() 281 bool FullDependence::isSplitable(unsigned Level) const { in isSplitable() 980 FullDependence &Result) const { in testZIV() 1031 FullDependence &Result, in strongSIVtest() 1170 FullDependence &Result, in weakCrossingSIVtest() [all …]
|