Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.cpp264 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) { in addConstraints() argument
265 for (ArrayRef<BlockConstraint>::iterator I = LiveBlocks.begin(), in addConstraints()
266 E = LiveBlocks.end(); I != E; ++I) { in addConstraints()
DSpillPlacement.h113 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);