Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSink.cpp83 static cl::opt<unsigned> SinkLoadInstsPerBlockThreshold( variable
1172 if (BB->size() > SinkLoadInstsPerBlockThreshold || in hasStoreBetween()
1273 if (SinkBlock->size() > SinkLoadInstsPerBlockThreshold) { in SinkIntoLoop()