Home
last modified time | relevance | path

Searched refs:BoundInfo (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h360 struct BoundInfo { struct
800 const SCEV *getLowerBound(BoundInfo *Bound) const;
805 const SCEV *getUpperBound(BoundInfo *Bound) const;
815 BoundInfo *Bound,
823 BoundInfo *Bound,
830 BoundInfo *Bound,
837 BoundInfo *Bound,
844 BoundInfo *Bound,
851 BoundInfo *Bound,
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h367 struct BoundInfo { struct
796 const SCEV *getLowerBound(BoundInfo *Bound) const;
801 const SCEV *getUpperBound(BoundInfo *Bound) const;
811 BoundInfo *Bound,
819 BoundInfo *Bound,
826 BoundInfo *Bound,
833 BoundInfo *Bound,
840 BoundInfo *Bound,
847 BoundInfo *Bound,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp2540 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest()
2610 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2715 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2743 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2782 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2822 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2866 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
2955 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound()
2971 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const { in getUpperBound()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2463 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest()
2533 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2632 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2660 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2699 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2739 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2783 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
2872 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound()
2888 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const { in getUpperBound()
/external/clang/lib/AST/
DASTImporter.cpp3671 TypeSourceInfo *BoundInfo = Importer.Import(D->getTypeSourceInfo()); in VisitObjCTypeParamDecl() local
3672 if (!BoundInfo) in VisitObjCTypeParamDecl()
3683 BoundInfo); in VisitObjCTypeParamDecl()