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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSpillPlacement.h101 /// @param LiveBlocks Constraints for blocks that have the variable live in or
103 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);
H A DSpillPlacement.cpp226 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) { argument
227 for (ArrayRef<BlockConstraint>::iterator I = LiveBlocks.begin(),
228 E = LiveBlocks.end(); I != E; ++I) {

Completed in 189 milliseconds