Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h34 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
H A DSampleProfileLoaderBaseImpl.h72 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
753 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
762 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
769 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp17 cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable