Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h158 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
160 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
163 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
864 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
865 bool Changed = (InlinedGUIDs.size() != 0);
872 initWeightPropagation(F, InlinedGUIDs);
878 finalizeWeightPropagation(F, InlinedGUIDs);
886 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
894 &InlinedGUIDs);
914 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp487 DenseSet<GlobalValue::GUID> &InlinedGUIDs,
496 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
506 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
1041 DenseSet<GlobalValue::GUID> &InlinedGUIDs, in findExternalInlineCandidate() argument
1050 InlinedGUIDs.insert( in findExternalInlineCandidate()
1063 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold); in findExternalInlineCandidate()
1091 InlinedGUIDs.insert(FunctionSamples::getGUID(CalleeSample->getName())); in findExternalInlineCandidate()
1101 InlinedGUIDs.insert(FunctionSamples::getGUID(TS.getKey())); in findExternalInlineCandidate()
1138 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument
1199 findExternalInlineCandidate(I, FS, InlinedGUIDs, SymbolMap, in inlineHotFunctions()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp283 DenseSet<GlobalValue::GUID> InlinedGUIDs; in runOnFunction() local
284 bool Changed = computeAndPropagateWeights(MF, InlinedGUIDs); in runOnFunction()