Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h208 BlockFrequencyInfo *CalleeBFI = nullptr, bool UpdateProfile = true)
211 UpdateProfile(UpdateProfile) {} in CG()
237 bool UpdateProfile; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1180 IFI.UpdateProfile = false; in tryInlineCandidate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1963 if (IFI.UpdateProfile) { in InlineFunction()