Home | History | Annotate | Download | only in X86

Lines Matching full:edges

16 // to implement exact liveness tracking between basic blocks. The CFG edges are
21 // This approach avoids splitting critical edges at the potential cost of more
22 // live register shuffling instructions when critical edges are present.
84 // Two CFG edges are related if they leave the same block, or enter the same
86 // LiveBundle. It represents a set of CFG edges where the live FP stack
89 // A LiveBundle is usually all the edges leaving a block, or all the edges
90 // entering a block, but it can contain more edges if critical edges are
113 // Numbered LiveBundle structs. LiveBundles[0] is used for all CFG edges
131 // Partition all the CFG edges into LiveBundles.