Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h364 struct BoundInfo { struct
793 const SCEV *getLowerBound(BoundInfo *Bound) const;
798 const SCEV *getUpperBound(BoundInfo *Bound) const;
808 BoundInfo *Bound,
816 BoundInfo *Bound,
823 BoundInfo *Bound,
830 BoundInfo *Bound,
837 BoundInfo *Bound,
844 BoundInfo *Bound,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2512 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest()
2584 BoundInfo *Bound, in exploreDirections()
2684 BoundInfo *Bound, in testBounds()
2714 BoundInfo *Bound, in findBoundsALL()
2755 BoundInfo *Bound, in findBoundsEQ()
2797 BoundInfo *Bound, in findBoundsLT()
2843 BoundInfo *Bound, in findBoundsGT()
2934 const SCEV *DependenceAnalysis::getLowerBound(BoundInfo *Bound) const { in getLowerBound()
2950 const SCEV *DependenceAnalysis::getUpperBound(BoundInfo *Bound) const { in getUpperBound()
/external/clang/lib/AST/
DASTImporter.cpp3447 TypeSourceInfo *BoundInfo = Importer.Import(D->getTypeSourceInfo()); in VisitObjCTypeParamDecl() local
3448 if (!BoundInfo) in VisitObjCTypeParamDecl()
3459 BoundInfo); in VisitObjCTypeParamDecl()