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

  /external/llvm/lib/CodeGen/
SpillPlacement.h 105 /// addPrefSpill - Add PrefSpill constraints to all blocks listed. This is
111 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
SpillPlacement.cpp 254 /// addPrefSpill - Same as addConstraints(PrefSpill)
255 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) {
RegAllocGreedy.cpp 833 SpillPlacer->addPrefSpill(NewBlocks, /* Strong= */ true);
    [all...]

Completed in 386 milliseconds