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