HomeSort by relevance Sort by last modified time
    Searched refs:MustSpill (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
SpillPlacement.h 78 MustSpill ///< A register is impossible, variable must be spilled.
135 /// constraints. No MustSpill constraints will be violated, and the smallest
SpillPlacement.cpp 119 /// mustSpill - Return True if this node is so biased that it must spill.
120 bool mustSpill() const {
121 // We must spill if Bias < -sum(weights) or the MustSpill flag was set.
122 // BiasN is saturated when MustSpill is set, make sure this still returns
161 case MustSpill:
299 if (nodes[ib].Links.empty() && !nodes[ib].mustSpill())
301 if (nodes[ob].Links.empty() && !nodes[ob].mustSpill())
316 if (nodes[n].mustSpill())
RegAllocGreedy.cpp     [all...]

Completed in 405 milliseconds