Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1404 std::vector<unsigned> ClosureIdx = { 0 }; in buildPhis() local
1406 if (Aliased(MaxRefs[i], ClosureIdx)) in buildPhis()
1407 ClosureIdx.push_back(i); in buildPhis()
1410 unsigned CS = ClosureIdx.size(); in buildPhis()
1415 RegisterRef RR = MaxRefs[ClosureIdx[X]]; in buildPhis()
1424 RegisterRef RR = MaxRefs[ClosureIdx[X]]; in buildPhis()
1432 for (unsigned i = ClosureIdx.size(); i != 0; --i) in buildPhis()
1433 MaxRefs.erase(Begin + ClosureIdx[i-1]); in buildPhis()