Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h229 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
231 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
234 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
1007 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
1008 bool Changed = (InlinedGUIDs.size() != 0);
1015 initWeightPropagation(F, InlinedGUIDs);
1021 finalizeWeightPropagation(F, InlinedGUIDs);
1029 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
1037 &InlinedGUIDs);
1057 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1090 InlinedGUIDs.insert( in findExternalInlineCandidate()
1136 InlinedGUIDs.insert(CalleeSample->getGUID()); in findExternalInlineCandidate()
1145 InlinedGUIDs.insert(TS.first.getHashCode()); in findExternalInlineCandidate()
1182 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument
1243 findExternalInlineCandidate(I, FS, InlinedGUIDs, in inlineHotFunctions()
1264 InlinedGUIDs, in inlineHotFunctions()
1513 findExternalInlineCandidate(I, FS, InlinedGUIDs, in inlineHotFunctionsWithPriority()
1566 InlinedGUIDs, in inlineHotFunctionsWithPriority()
1850 DenseSet<GlobalValue::GUID> InlinedGUIDs; in emitAnnotations() local
1854 Changed |= inlineHotFunctions(F, InlinedGUIDs); in emitAnnotations()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp336 DenseSet<GlobalValue::GUID> InlinedGUIDs; in runOnFunction() local
337 bool Changed = computeAndPropagateWeights(MF, InlinedGUIDs); in runOnFunction()