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 78 /// BlockConstraint - Entry and exit constraints for a basic block.
79 struct BlockConstraint {
103 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);
SpillPlacement.cpp 226 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) {
227 for (ArrayRef<BlockConstraint>::iterator I = LiveBlocks.begin(),
RegAllocGreedy.cpp 178 SmallVector<SpillPlacement::BlockConstraint, 8> SplitConstraints;
695 SpillPlacement::BlockConstraint &BC = SplitConstraints[i];
747 SpillPlacement::BlockConstraint BCS[GroupSize];
781 ArrayRef<SpillPlacement::BlockConstraint> Array(BCS, B);
787 ArrayRef<SpillPlacement::BlockConstraint> Array(BCS, B);
    [all...]

Completed in 799 milliseconds