HomeSort by relevance Sort by last modified time
    Searched full:regbalance (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 329 signed RegBalance = 0;
332 return RegBalance;
340 RegBalance += numberRCValSuccInSU(SU, RCId);
351 RegBalance -= numberRCValPredInSU(SU, RCId);
353 return RegBalance;
363 signed RegBalance = 0;
366 return RegBalance;
372 RegBalance += rawRegPressureDelta(SU, RC->getID());
383 RegBalance += rawRegPressureDelta(SU, RC->getID());
387 return RegBalance;
    [all...]

Completed in 67 milliseconds