Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1368 std::vector<RegisterRef> MaxRefs; in buildPhis() local
1371 MaxRefs.push_back(MaxCoverIn(I, RefB)); in buildPhis()
1378 std::sort(MaxRefs.begin(), MaxRefs.end()); in buildPhis()
1380 auto NewEnd = std::unique(MaxRefs.begin(), MaxRefs.end()); in buildPhis()
1381 MaxRefs.erase(NewEnd, MaxRefs.end()); in buildPhis()
1383 auto Aliased = [this,&MaxRefs](RegisterRef RR, in buildPhis()
1386 if (RAI.alias(RR, MaxRefs[I])) in buildPhis()
1399 while (!MaxRefs.empty()) { in buildPhis()
1405 for (unsigned i = 1; i != MaxRefs.size(); ++i) in buildPhis()
1406 if (Aliased(MaxRefs[i], ClosureIdx)) in buildPhis()
[all …]