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