HomeSort by relevance Sort by last modified time
    Searched refs:PSetI (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 27 PSetIterator PSetI) {
28 unsigned Weight = PSetI.getWeight();
29 for (; PSetI.isValid(); ++PSetI)
30 CurrSetPressure[*PSetI] += Weight;
35 PSetIterator PSetI) {
36 unsigned Weight = PSetI.getWeight();
37 for (; PSetI.isValid(); ++PSetI) {
38 assert(CurrSetPressure[*PSetI] >= Weight && "register pressure underflow")
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 272 for (ArrayRef<unsigned>::iterator PSetI = PSetIDs.begin(),
273 PSetE = PSetIDs.end(); PSetI != PSetE; ++PSetI) {
274 PSets[i].push_back(RegBank.getRegPressureSet(*PSetI).Order);
    [all...]

Completed in 629 milliseconds