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. in isColdBlock()
133 // of exception handling code may be split to cold if user passes the in runOnMachineFunction()
134 // mfs-split-ehcode flag. in runOnMachineFunction()
160 // Split all EH code and it's descendant statically by default. in runOnMachineFunction()
180 // Split all EH code and it's descendant statically by default. in runOnMachineFunction()
183 // We only split out eh pads if all of them are cold. in runOnMachineFunction()
209 "Split machine functions using profile information", false,