Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp1465 std::vector<RegisterRef> MaxRefs; in buildPhis() local
1467 MaxRefs.push_back(MaxCoverIn(I, AllRefs)); in buildPhis()
1474 llvm::sort(MaxRefs); in buildPhis()
1476 auto NewEnd = std::unique(MaxRefs.begin(), MaxRefs.end()); in buildPhis()
1477 MaxRefs.erase(NewEnd, MaxRefs.end()); in buildPhis()
1482 if (PRI.alias(RR, MaxRefs[I])) in buildPhis()
1493 while (!MaxRefs.empty()) { in buildPhis()
1500 if (Aliased(MaxRefs[i], ClosureIdx)) in buildPhis()
1509 RegisterRef RR = MaxRefs[ClosureIdx[X]]; in buildPhis()
1524 auto Begin = MaxRefs.begin(); in buildPhis()
[all …]