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

  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 100 class PressureChange {
104 PressureChange(): PSetID(0), UnitInc(0) {}
105 PressureChange(unsigned id): PSetID(id+1), UnitInc(0) {
112 assert(isValid() && "invalid PressureChange");
122 bool operator==(const PressureChange &RHS) const {
127 template <> struct isPodLike<PressureChange> {
142 PressureChange PressureChanges[MaxPSets];
144 typedef PressureChange* iterator;
145 typedef const PressureChange* const_iterator;
192 PressureChange Excess
    [all...]