Searched refs:InlinedGUIDs (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp375 DenseSet<GlobalValue::GUID> &InlinedGUIDs,
383 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
391 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
959 const FunctionSamples *Samples, DenseSet<GlobalValue::GUID> &InlinedGUIDs,
966 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold);
988 InlinedGUIDs.insert(FunctionSamples::getGUID(Name));
998 InlinedGUIDs.insert(FunctionSamples::getGUID(CalleeName));
1021 /// \param InlinedGUIDs a set to be updated to include all GUIDs that are
1026 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
1084 findExternalInlineCandidate(FS, InlinedGUIDs, SymbolMa
958 findExternalInlineCandidate( const FunctionSamples *Samples, DenseSet<GlobalValue::GUID> &InlinedGUIDs, const StringMap<Function *> &SymbolMap, uint64_t Threshold) argument
1025 inlineHotFunctions( Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) argument
1301 inlineHotFunctionsWithPriority( Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) argument
1599 DenseSet<GlobalValue::GUID> InlinedGUIDs; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h141 const DenseSet<GlobalValue::GUID> &InlinedGUIDs);
819 FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
820 bool Changed = (InlinedGUIDs.size() != 0);
833 &InlinedGUIDs);
818 computeAndPropagateWeights( FunctionT &F, const DenseSet<GlobalValue::GUID> &InlinedGUIDs) argument

Completed in 139 milliseconds