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