Home
last modified time | relevance | path

Searched refs:SampleProfileMaxPropagateIterations (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp106 static cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable
1248 while (Changed && I++ < SampleProfileMaxPropagateIterations) { in propagateWeights()
1257 while (Changed && I++ < SampleProfileMaxPropagateIterations) { in propagateWeights()
1264 while (Changed && I++ < SampleProfileMaxPropagateIterations) { in propagateWeights()