Lines Matching refs:InlinedGUIDs
487 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()
1220 InlinedGUIDs, SymbolMap, in inlineHotFunctions()
1412 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctionsWithPriority() argument
1469 findExternalInlineCandidate(I, FS, InlinedGUIDs, SymbolMap, in inlineHotFunctionsWithPriority()
1522 InlinedGUIDs, SymbolMap, in inlineHotFunctionsWithPriority()
1800 DenseSet<GlobalValue::GUID> InlinedGUIDs; in emitAnnotations() local
1802 Changed |= inlineHotFunctionsWithPriority(F, InlinedGUIDs); in emitAnnotations()
1804 Changed |= inlineHotFunctions(F, InlinedGUIDs); in emitAnnotations()
1806 Changed |= computeAndPropagateWeights(F, InlinedGUIDs); in emitAnnotations()