Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp99 static cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable
1234 while (Changed && I++ < SampleProfileMaxPropagateIterations) { in propagateWeights()
1243 while (Changed && I++ < SampleProfileMaxPropagateIterations) { in propagateWeights()
1250 while (Changed && I++ < SampleProfileMaxPropagateIterations) { in propagateWeights()
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp66 static cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable
979 while (Changed && I++ < SampleProfileMaxPropagateIterations) { in propagateWeights()