Lines Matching refs:InlinedGUIDs
498 DenseSet<GlobalValue::GUID> &InlinedGUIDs,
506 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
516 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
1031 DenseSet<GlobalValue::GUID> &InlinedGUIDs, uint64_t Threshold) { in findExternalInlineCandidate() argument
1039 InlinedGUIDs.insert( in findExternalInlineCandidate()
1061 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold); in findExternalInlineCandidate()
1088 InlinedGUIDs.insert(CalleeSample->getGUID()); in findExternalInlineCandidate()
1097 InlinedGUIDs.insert(TS.first.getHashCode()); in findExternalInlineCandidate()
1134 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctions() argument
1195 findExternalInlineCandidate(I, FS, InlinedGUIDs, in inlineHotFunctions()
1216 InlinedGUIDs, in inlineHotFunctions()
1409 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) { in inlineHotFunctionsWithPriority() argument
1466 findExternalInlineCandidate(I, FS, InlinedGUIDs, in inlineHotFunctionsWithPriority()
1519 InlinedGUIDs, in inlineHotFunctionsWithPriority()
1813 DenseSet<GlobalValue::GUID> InlinedGUIDs; in emitAnnotations() local
1815 Changed |= inlineHotFunctionsWithPriority(F, InlinedGUIDs); in emitAnnotations()
1817 Changed |= inlineHotFunctions(F, InlinedGUIDs); in emitAnnotations()
1819 Changed |= computeAndPropagateWeights(F, InlinedGUIDs); in emitAnnotations()