Searched refs:SampleProfileMaxPropagateIterations (Results 1 – 3 of 3) sorted by relevance
34 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
72 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;753 while (Changed && I++ < SampleProfileMaxPropagateIterations) {762 while (Changed && I++ < SampleProfileMaxPropagateIterations) {769 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
17 cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable