Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h258 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
260 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
263 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
1032 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
1033 bool Changed = (InlinedGUIDs.size() != 0);
1040 initWeightPropagation(F, InlinedGUIDs);
1046 finalizeWeightPropagation(F, InlinedGUIDs);
1054 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
1062 &InlinedGUIDs);
1082 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp501 DenseSet<GlobalValue::GUID> &InlinedGUIDs,
509 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
519 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
1032 DenseSet<GlobalValue::GUID> &InlinedGUIDs, uint64_t Threshold) { in findExternalInlineCandidate() argument
1040 InlinedGUIDs.insert(Function::getGUIDAssumingExternalLinkage( in findExternalInlineCandidate()
1062 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold); in findExternalInlineCandidate()
1089 InlinedGUIDs.insert(CalleeSample->getGUID()); in findExternalInlineCandidate()
1098 InlinedGUIDs.insert(TS.first.getHashCode()); in findExternalInlineCandidate()
1135 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument
1196 findExternalInlineCandidate(I, FS, InlinedGUIDs, in inlineHotFunctions()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp339 DenseSet<GlobalValue::GUID> InlinedGUIDs; in runOnFunction() local
340 bool Changed = computeAndPropagateWeights(MF, InlinedGUIDs); in runOnFunction()