Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()