Searched refs:ClosureIdx (Results 1 – 1 of 1) sorted by relevance
1465 std::vector<unsigned> ClosureIdx = { 0 }; in buildPhis() local1467 if (Aliased(MaxRefs[i], ClosureIdx)) in buildPhis()1468 ClosureIdx.push_back(i); in buildPhis()1471 unsigned CS = ClosureIdx.size(); in buildPhis()1476 RegisterRef RR = MaxRefs[ClosureIdx[X]]; in buildPhis()1484 RegisterRef RR = MaxRefs[ClosureIdx[X]]; in buildPhis()1492 for (unsigned Idx : llvm::reverse(ClosureIdx)) in buildPhis()