Searched refs:addPrefSpill (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSpillPlacement.h105 /// addPrefSpill - Add PrefSpill constraints to all blocks listed. This is
111 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
H A DSpillPlacement.cpp243 /// addPrefSpill - Same as addConstraints(PrefSpill)
244 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { function in class:SpillPlacement
H A DRegAllocGreedy.cpp828 SpillPlacer->addPrefSpill(NewBlocks, /* Strong= */ true);

Completed in 121 milliseconds