Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h32 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
H A DSampleProfileLoaderBaseImpl.h72 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
750 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
759 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
766 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp17 cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable