Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h848 /// findBoundsALL - Computes the upper and lower bounds for level K
850 void findBoundsALL(CoefficientInfo *A,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2626 findBoundsALL(A, B, Bound, K); in banerjeeMIVtest()
2831 void DependenceInfo::findBoundsALL(CoefficientInfo *A, CoefficientInfo *B, in findBoundsALL() function in DependenceInfo