Home
last modified time | relevance | path

Searched refs:PrefSpill (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DSpillPlacement.cpp137 case PrefSpill: in addBias()
273 nodes[ib].addBias(Freq, PrefSpill); in addPrefSpill()
274 nodes[ob].addBias(Freq, PrefSpill); in addPrefSpill()
DSpillPlacement.h80 PrefSpill, ///< Block entry/exit prefers a stack slot. enumerator
DRegAllocGreedy.cpp960 BC.Entry = SpillPlacement::PrefSpill, ++Ins; in addSplitConstraints()
970 BC.Exit = SpillPlacement::PrefSpill, ++Ins; in addSplitConstraints()
1018 BCS[B].Entry = SpillPlacement::PrefSpill; in addThroughConstraints()
1024 BCS[B].Exit = SpillPlacement::PrefSpill; in addThroughConstraints()