Home | History | Annotate | Download | only in CodeGen

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,
44 INITIALIZE_PASS_BEGIN(SpillPlacement, "spill-code-placement",
45 "Spill Code Placement Analysis", true, true)
48 INITIALIZE_PASS_END(SpillPlacement, "spill-code-placement",
49 "Spill Code Placement Analysis", true, true)
101 /// mustSpill - Return True if this node is so biased that it must spill.
103 // Actually, we must spill if Bias < sum(weights).
297 // A node that must spill, or a node without any links is not going to