Lines Matching defs:InlinedGUIDs
501 DenseSet<GlobalValue::GUID> &InlinedGUIDs,
509 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
519 DenseSet<GlobalValue::GUID> &InlinedGUIDs);
1038 DenseSet<GlobalValue::GUID> &InlinedGUIDs, uint64_t Threshold) {
1046 InlinedGUIDs.insert(
1068 Samples->findInlinedFunctions(InlinedGUIDs, SymbolMap, Threshold);
1095 InlinedGUIDs.insert(CalleeSample->getGUID());
1104 InlinedGUIDs.insert(TS.first.getHashCode());
1136 /// \param InlinedGUIDs a set to be updated to include all GUIDs that are
1141 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
1202 findExternalInlineCandidate(I, FS, InlinedGUIDs,
1223 InlinedGUIDs,
1416 Function &F, DenseSet<GlobalValue::GUID> &InlinedGUIDs) {
1473 findExternalInlineCandidate(I, FS, InlinedGUIDs,
1526 InlinedGUIDs,
1820 DenseSet<GlobalValue::GUID> InlinedGUIDs;
1822 Changed |= inlineHotFunctionsWithPriority(F, InlinedGUIDs);
1824 Changed |= inlineHotFunctions(F, InlinedGUIDs);
1826 Changed |= computeAndPropagateWeights(F, InlinedGUIDs);