Searched refs:SampleProfileMaxPropagateIterations (Results 1 – 3 of 3) sorted by relevance
28 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
957 while (Changed && I++ < SampleProfileMaxPropagateIterations) {966 while (Changed && I++ < SampleProfileMaxPropagateIterations) {973 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
21 cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable