Lines Matching defs:LiveBundle
90 // LiveBundle. It represents a set of CFG edges where the live FP stack
93 // A LiveBundle is usually all the edges leaving a block, or all the edges
97 // The set of live FP registers in a LiveBundle is calculated by bundleCFG,
99 struct LiveBundle {
111 LiveBundle() = default;
117 // Numbered LiveBundle structs. LiveBundles[0] is used for all CFG edges
119 SmallVector<LiveBundle, 8> LiveBundles;
353 LiveBundle &Bundle =
527 const LiveBundle &Bundle =
567 LiveBundle &Bundle = LiveBundles[BundleIdx];