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

  /external/llvm/lib/CodeGen/
SpillPlacement.h 81 /// BlockConstraint - Entry and exit constraints for a basic block.
82 struct BlockConstraint {
106 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);
SpillPlacement.cpp 250 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) {
251 for (ArrayRef<BlockConstraint>::iterator I = LiveBlocks.begin(),
RegAllocGreedy.cpp 243 SmallVector<SpillPlacement::BlockConstraint, 8> SplitConstraints;
    [all...]

Completed in 239 milliseconds