Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h855 /// findBoundsLT - Computes the upper and lower bounds for level K
857 void findBoundsLT(CoefficientInfo *A,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2736 findBoundsLT(A, B, Bound, Level); in exploreDirections()
2910 void DependenceInfo::findBoundsLT(CoefficientInfo *A, CoefficientInfo *B, in findBoundsLT() function in DependenceInfo