Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRDFGraph.cpp1476 std::vector<unsigned> ClosureIdx = { 0 }; in buildPhis() local
1478 if (Aliased(MaxRefs[i], ClosureIdx)) in buildPhis()
1479 ClosureIdx.push_back(i); in buildPhis()
1482 unsigned CS = ClosureIdx.size(); in buildPhis()
1487 RegisterRef RR = MaxRefs[ClosureIdx[X]]; in buildPhis()
1495 RegisterRef RR = MaxRefs[ClosureIdx[X]]; in buildPhis()
1503 for (unsigned i = ClosureIdx.size(); i != 0; --i) in buildPhis()
1504 MaxRefs.erase(Begin + ClosureIdx[i-1]); in buildPhis()