Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h208 BlockFrequencyInfo *CalleeBFI = nullptr, bool UpdateProfile = true)
210 CalleeBFI(CalleeBFI), UpdateProfile(UpdateProfile) {} in GetAssumptionCache()
235 bool UpdateProfile; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1303 IFI.UpdateProfile = false; in tryInlineCandidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2283 if (IFI.UpdateProfile) { in InlineFunction()