Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h28 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
H A DSampleProfileLoaderBaseImpl.h787 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
796 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
803 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp21 cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable