Lines Matching full:spill
1 //===-- SpillPlacement.cpp - Optimal Spill Code Placement -----------------===//
10 // This file implements the spill code placement analysis.
24 // The energy function represents the expected spill code execution frequency,
46 INITIALIZE_PASS_BEGIN(SpillPlacement, "spill-code-placement",
47 "Spill Code Placement Analysis", true, true)
50 INITIALIZE_PASS_END(SpillPlacement, "spill-code-placement",
51 "Spill Code Placement Analysis", true, true)
73 /// BiasN - Sum of blocks that prefer a spill.
98 /// mustSpill - Return True if this node is so biased that it must spill.
100 // We must spill if Bias < -sum(weights) or the MustSpill flag was set.
305 // A node that must spill, or a node without any links is not going to