Lines Matching full:split
62 /// block were split in the middle where the live range isn't live.
89 /// LastSplitPoint - Last legal split point in each basic block in the current
91 /// last valid split point for a variable that is live in to a landing pad
124 /// split.
139 /// getLastSplitPoint - Return the base index of the last valid split point
149 /// getLastSplitPointIter - Returns the last split point as an iterator.
356 /// reset - Prepare for a new split.
407 /// register uses after the last valid split point.
427 /// splitSingleBlock - Split CurLI into a separate live interval around the
429 /// split, and doesn't call finish().
432 /// splitLiveThroughBlock - Split CurLI in the given block such that it
434 /// the block, but they will be ignored when placing split points.
445 /// splitRegInBlock - Split CurLI in the given block such that it enters the
446 /// block in IntvIn and leaves it on the stack (or not at all). Split points
456 /// splitRegOutBlock - Split CurLI in the given block such that it enters the
458 /// Split points are placed to avoid interference and such that the uses are