Lines Matching full:split
1 //===-- MachineFunctionSplitter.cpp - Split machine functions //-----------===//
10 // Uses profile information to split out cold blocks.
16 // section. The split part of the function is a contiguous region identified by
49 // Defaults to 999950, i.e. all blocks colder than 99.995 percentile are split.
66 "mfs-split-ehcode",
113 // to judge whether a block is cold and should be split.
133 // of exception handling code may be split to cold if user passes the
134 // mfs-split-ehcode flag.
160 // Split all EH code and it's descendant statically by default.
180 // Split all EH code and it's descendant statically by default.
183 // We only split out eh pads if all of them are cold.
209 "Split machine functions using profile information", false,