Searched refs:SinkLoadInstsPerBlockThreshold (Results 1 – 1 of 1) sorted by relevance
83 static cl::opt<unsigned> SinkLoadInstsPerBlockThreshold( variable1172 if (BB->size() > SinkLoadInstsPerBlockThreshold || in hasStoreBetween()1273 if (SinkBlock->size() > SinkLoadInstsPerBlockThreshold) { in SinkIntoLoop()