Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DSampleProfileLoaderBaseUtil.h28 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
DSampleProfileLoaderBaseImpl.h786 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
795 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
802 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSampleProfileLoaderBaseUtil.cpp21 cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp118 static cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable
1496 while (Changed && I++ < SampleProfileMaxPropagateIterations) { in propagateWeights()
1505 while (Changed && I++ < SampleProfileMaxPropagateIterations) { in propagateWeights()
1512 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()