Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp5650 SmallVector<std::pair<const Loop *, const SCEV *>, 2> &Values2 = ValuesAtScopes[V]; in getSCEVAtScope() local
5651 for (unsigned u = Values2.size(); u > 0; u--) { in getSCEVAtScope()
5652 if (Values2[u - 1].first == L) { in getSCEVAtScope()
5653 Values2[u - 1].second = C; in getSCEVAtScope()
8223 auto &Values2 = LoopDispositions[S]; in getLoopDisposition() local
8224 for (auto &V : make_range(Values2.rbegin(), Values2.rend())) { in getLoopDisposition()
8329 auto &Values2 = BlockDispositions[S]; in getBlockDisposition() local
8330 for (auto &V : make_range(Values2.rbegin(), Values2.rend())) { in getBlockDisposition()