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

  /external/llvm/lib/CodeGen/
SpillPlacement.h 76 PrefSpill, ///< Block entry/exit prefers a stack slot.
108 /// addPrefSpill - Add PrefSpill constraints to all blocks listed. This is
110 /// Entry = Exit = PrefSpill, and ChangesValue = false.
SpillPlacement.cpp 158 case PrefSpill:
271 /// addPrefSpill - Same as addConstraints(PrefSpill)
282 nodes[ib].addBias(Freq, PrefSpill);
283 nodes[ob].addBias(Freq, PrefSpill);
RegAllocGreedy.cpp     [all...]

Completed in 1894 milliseconds