Lines Matching refs:InlinedGUIDs
452 DenseSet<GlobalValue::GUID> &InlinedGUIDs,
461 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
471 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
1003 DenseSet<GlobalValue::GUID> &InlinedGUIDs, in findExternalInlineCandidate() argument
1012 InlinedGUIDs.insert( in findExternalInlineCandidate()
1025 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold); in findExternalInlineCandidate()
1053 InlinedGUIDs.insert(FunctionSamples::getGUID(CalleeSample->getName())); in findExternalInlineCandidate()
1063 InlinedGUIDs.insert(FunctionSamples::getGUID(TS.getKey())); in findExternalInlineCandidate()
1100 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument
1161 findExternalInlineCandidate(I, FS, InlinedGUIDs, SymbolMap, in inlineHotFunctions()
1182 InlinedGUIDs, SymbolMap, in inlineHotFunctions()
1376 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctionsWithPriority() argument
1433 findExternalInlineCandidate(I, FS, InlinedGUIDs, SymbolMap, in inlineHotFunctionsWithPriority()
1486 InlinedGUIDs, SymbolMap, in inlineHotFunctionsWithPriority()
1767 DenseSet<GlobalValue::GUID> InlinedGUIDs; in emitAnnotations() local
1769 Changed |= inlineHotFunctionsWithPriority(F, InlinedGUIDs); in emitAnnotations()
1771 Changed |= inlineHotFunctions(F, InlinedGUIDs); in emitAnnotations()
1773 Changed |= computeAndPropagateWeights(F, InlinedGUIDs); in emitAnnotations()