Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCloning.h206 BlockFrequencyInfo *CalleeBFI = nullptr, bool UpdateProfile = true)
209 UpdateProfile(UpdateProfile) {} in CG()
235 bool UpdateProfile; variable
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1221 IFI.UpdateProfile = false; in tryInlineCandidate()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2006 if (IFI.UpdateProfile) { in InlineFunction()