Lines Matching refs:InlinedGUIDs
546 DenseSet<GlobalValue::GUID> &InlinedGUIDs,
554 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
564 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
1082 DenseSet<GlobalValue::GUID> &InlinedGUIDs, uint64_t Threshold) { in findExternalInlineCandidate() argument
1090 InlinedGUIDs.insert( in findExternalInlineCandidate()
1109 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold); 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()
1456 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctionsWithPriority() argument
1513 findExternalInlineCandidate(I, FS, InlinedGUIDs, in inlineHotFunctionsWithPriority()
1566 InlinedGUIDs, in inlineHotFunctionsWithPriority()
1850 DenseSet<GlobalValue::GUID> InlinedGUIDs; in emitAnnotations() local
1852 Changed |= inlineHotFunctionsWithPriority(F, InlinedGUIDs); in emitAnnotations()
1854 Changed |= inlineHotFunctions(F, InlinedGUIDs); in emitAnnotations()
1856 Changed |= computeAndPropagateWeights(F, InlinedGUIDs); in emitAnnotations()