Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp1465 std::vector<unsigned> ClosureIdx = { 0 }; in buildPhis() local
1467 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()