Searched defs:RUSubSet (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1464 // Return true if the RUSubSet is a subset of RUSuperSet.
1465 static bool isRegUnitSubSet(const std::vector<unsigned> &RUSubSet, argument
1468 RUSubSet.begin(), RUSubSet.end());

Completed in 57 milliseconds