Searched refs:BoundInfo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 358 struct BoundInfo { struct 787 const SCEV *getLowerBound(BoundInfo *Bound) const; 792 const SCEV *getUpperBound(BoundInfo *Bound) const; 802 BoundInfo *Bound, 811 BoundInfo *Bound, 818 BoundInfo *Bound, 825 BoundInfo *Bound, 832 BoundInfo *Bound, 839 BoundInfo *Bound,
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2463 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() 2535 BoundInfo *Bound, in exploreDirections() 2635 BoundInfo *Bound, in testBounds() 2665 BoundInfo *Bound, in findBoundsALL() 2706 BoundInfo *Bound, in findBoundsEQ() 2748 BoundInfo *Bound, in findBoundsLT() 2795 BoundInfo *Bound, in findBoundsGT() 2887 const SCEV *DependenceAnalysis::getLowerBound(BoundInfo *Bound) const { in getLowerBound() 2903 const SCEV *DependenceAnalysis::getUpperBound(BoundInfo *Bound) const { in getUpperBound()
|