Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h869 /// findBoundsEQ - Computes the upper and lower bounds for level K
871 void findBoundsEQ(CoefficientInfo *A,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2738 findBoundsEQ(A, B, Bound, Level); in exploreDirections()
2870 void DependenceInfo::findBoundsEQ(CoefficientInfo *A, CoefficientInfo *B, in findBoundsEQ() function in DependenceInfo