Searched refs:SinkLoadInstsPerBlockThreshold (Results 1 – 1 of 1) sorted by relevance
86 static cl::opt<unsigned> SinkLoadInstsPerBlockThreshold( variable1180 if (BB->sizeWithoutDebugLargerThan(SinkLoadInstsPerBlockThreshold) || in hasStoreBetween()1282 if (SinkBlock->sizeWithoutDebugLargerThan(SinkLoadInstsPerBlockThreshold)) { in SinkIntoCycle()