Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2491 unsigned DepthExpanded = 0; in banerjeeMIVtest() local
2493 Loops, DepthExpanded, Delta); in banerjeeMIVtest()
2535 unsigned &DepthExpanded, in exploreDirections() argument
2567 if (Level > DepthExpanded) { in exploreDirections()
2568 DepthExpanded = Level; in exploreDirections()
2610 Loops, DepthExpanded, Delta); in exploreDirections()
2615 Loops, DepthExpanded, Delta); in exploreDirections()
2620 Loops, DepthExpanded, Delta); in exploreDirections()
2626 return exploreDirections(Level + 1, A, B, Bound, Loops, DepthExpanded, Delta); in exploreDirections()
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h813 unsigned &DepthExpanded,