Searched refs:LiveBlocks (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DSpillPlacement.h102 /// @param LiveBlocks Constraints for blocks that have the variable live in or
104 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);
H A DSpillPlacement.cpp231 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) { argument
232 for (ArrayRef<BlockConstraint>::iterator I = LiveBlocks.begin(),
233 E = LiveBlocks.end(); I != E; ++I) {

Completed in 95 milliseconds