Searched refs:TmpUnits (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp939 std::vector<unsigned> TmpUnits; local
941 TmpUnits.push_back(*UnitI);
942 std::sort(TmpUnits.begin(), TmpUnits.end());
943 std::unique_copy(TmpUnits.begin(), TmpUnits.end(),

Completed in 17 milliseconds