Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h209 BlockFrequencyInfo *CalleeBFI = nullptr, bool UpdateProfile = true)
211 CalleeBFI(CalleeBFI), UpdateProfile(UpdateProfile) {} in GetAssumptionCache()
236 bool UpdateProfile; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1255 IFI.UpdateProfile = false; in tryInlineCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2383 if (IFI.UpdateProfile) { in InlineFunction()