Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCloning.h210 BlockFrequencyInfo *CalleeBFI = nullptr, bool UpdateProfile = true)
213 UpdateProfile(UpdateProfile) {} in CG()
239 bool UpdateProfile; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1259 IFI.UpdateProfile = false; in tryInlineCandidate()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2231 if (IFI.UpdateProfile) { in InlineFunction()