Home
last modified time | relevance | path

Searched defs:LiveBundle (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp100 struct LiveBundle { struct
102 unsigned Mask;
106 unsigned FixCount;
110 unsigned char FixStack[8];
112 LiveBundle() : Mask(0), FixCount(0) {} in LiveBundle() argument
115 bool isFixed() const { return !Mask || FixCount; } in isFixed()