Searched refs:SampleProfileMaxPropagateIterations (Results 1 – 3 of 3) sorted by relevance
28 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
792 // it reaches SampleProfileMaxPropagateIterations.950 while (Changed && I++ < SampleProfileMaxPropagateIterations) {959 while (Changed && I++ < SampleProfileMaxPropagateIterations) {966 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
21 cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable