Searched defs:LiveBundle (Results 1 – 1 of 1) sorted by relevance
95 struct LiveBundle { struct97 unsigned Mask;101 unsigned FixCount;105 unsigned char FixStack[8];107 LiveBundle() : Mask(0), FixCount(0) {} in LiveBundle() argument110 bool isFixed() const { return !Mask || FixCount; } in isFixed()