Searched refs:InlinedGUIDs (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 257 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 259 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 262 const DenseSet<GlobalValue::GUID> &InlinedGUIDs); 1035 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1036 bool Changed = (InlinedGUIDs.size() != 0); 1043 initWeightPropagation(F, InlinedGUIDs); 1049 finalizeWeightPropagation(F, InlinedGUIDs); 1057 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { 1065 &InlinedGUIDs); 1085 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) { [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 498 DenseSet<GlobalValue::GUID> &InlinedGUIDs, 506 DenseSet<GlobalValue::GUID> &InlinedGUIDs); 516 DenseSet<GlobalValue::GUID> &InlinedGUIDs); 1031 DenseSet<GlobalValue::GUID> &InlinedGUIDs, uint64_t Threshold) { in findExternalInlineCandidate() argument 1039 InlinedGUIDs.insert( in findExternalInlineCandidate() 1061 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold); in findExternalInlineCandidate() 1088 InlinedGUIDs.insert(CalleeSample->getGUID()); in findExternalInlineCandidate() 1097 InlinedGUIDs.insert(TS.first.getHashCode()); in findExternalInlineCandidate() 1134 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument 1195 findExternalInlineCandidate(I, FS, InlinedGUIDs, in inlineHotFunctions() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRSampleProfile.cpp | 336 DenseSet<GlobalValue::GUID> InlinedGUIDs; in runOnFunction() local 337 bool Changed = computeAndPropagateWeights(MF, InlinedGUIDs); in runOnFunction()
|