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

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DSpillPlacement.h106 /// addPrefSpill - Add PrefSpill constraints to all blocks listed. This is
112 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
H A DSpillPlacement.cpp252 /// addPrefSpill - Same as addConstraints(PrefSpill)
253 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { function in class:SpillPlacement
H A DRegAllocGreedy.cpp904 SpillPlacer->addPrefSpill(NewBlocks, /* Strong= */ true);

Completed in 112 milliseconds