Home
last modified time | relevance | path

Searched refs:findBoundsGT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h862 /// findBoundsGT - Computes the upper and lower bounds for level K
864 void findBoundsGT(CoefficientInfo *A,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2737 findBoundsGT(A, B, Bound, Level); in exploreDirections()
2954 void DependenceInfo::findBoundsGT(CoefficientInfo *A, CoefficientInfo *B, in findBoundsGT() function in DependenceInfo