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

/external/llvm/lib/CodeGen/
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 73 milliseconds