Searched refs:SampleProfileMaxPropagateIterations (Results 1 – 3 of 3) sorted by relevance
32 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
72 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;750 while (Changed && I++ < SampleProfileMaxPropagateIterations) {759 while (Changed && I++ < SampleProfileMaxPropagateIterations) {766 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
17 cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable