Searched refs:LiveBundle (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp79 // LiveBundle. It represents a set of CFG edges where the live FP stack
82 // A LiveBundle is usually all the edges leaving a block, or all the edges
86 // The set of live FP registers in a LiveBundle is calculated by bundleCFG,
88 struct LiveBundle { struct in struct:__anon2679::FPS
100 LiveBundle() : Mask(0), FixCount(0) {} function in struct:__anon2679::FPS::LiveBundle
106 // Numbered LiveBundle structs. LiveBundles[0] is used for all CFG edges
108 SmallVector<LiveBundle, 8> LiveBundles;
502 const LiveBundle &Bundle =
542 LiveBundle &Bundle = LiveBundles[BundleIdx];

Completed in 74 milliseconds