Lines Matching full:spilled
42 STATISTIC(NumSpilledRanges, "Number of spilled live ranges");
43 STATISTIC(NumSnippets, "Number of spilled snippets");
104 // The value of SpillReg that should be spilled.
107 // The block where SpillVNI should be spilled. Currently, this must be the
223 /// isSnippet - Identify if a live interval is a snippet that should be spilled.
305 // After live range splitting, some values to be spilled may be defined by
310 // the value has already been spilled, or we may want to hoist the spill from a
480 /// traceSiblingValue - Trace a value that is about to be spilled back to the
685 /// hoistSpill - Given a sibling copy that defines a value to be spilled, insert
725 // Already spilled everywhere.
1341 DEBUG(dbgs() << "Merged spilled regs: " << *StackInt << '\n');
1366 // Delete all spilled registers.
1386 "Attempting to spill already spilled value.");