Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.h28 extern cl::opt<unsigned> SampleProfileMaxPropagateIterations;
H A DSampleProfileLoaderBaseImpl.h792 // it reaches SampleProfileMaxPropagateIterations.
950 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
959 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
966 while (Changed && I++ < SampleProfileMaxPropagateIterations) {
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp21 cl::opt<unsigned> SampleProfileMaxPropagateIterations( variable