Lines Matching defs:InlinedGUIDs
498 DenseSet<GlobalValue::GUID> &InlinedGUIDs,
506 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
516 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
1031 DenseSet<GlobalValue::GUID> &InlinedGUIDs, uint64_t Threshold) {
1039 InlinedGUIDs.insert(
1061 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold);
1088 InlinedGUIDs.insert(CalleeSample->getGUID());
1097 InlinedGUIDs.insert(TS.first.getHashCode());
1129 /// \param InlinedGUIDs a set to be updated to include all GUIDs that are
1134 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
1195 findExternalInlineCandidate(I, FS, InlinedGUIDs,
1216 InlinedGUIDs,
1409 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
1466 findExternalInlineCandidate(I, FS, InlinedGUIDs,
1519 InlinedGUIDs,
1813 DenseSet<GlobalValue::GUID> InlinedGUIDs;
1815 Changed |= inlineHotFunctionsWithPriority(F, InlinedGUIDs);
1817 Changed |= inlineHotFunctions(F, InlinedGUIDs);
1819 Changed |= computeAndPropagateWeights(F, InlinedGUIDs);