Searched refs:TheMDs (Results 1 – 2 of 2) sorted by relevance
455 SmallVector<std::pair<unsigned, MDNode*>, 4> TheMDs; in clone() local456 getAllMetadataOtherThanDebugLoc(TheMDs); in clone()457 for (unsigned i = 0, e = TheMDs.size(); i != e; ++i) in clone()458 New->setMetadata(TheMDs[i].first, TheMDs[i].second); in clone()
641 SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs; in clone() local642 getAllMetadataOtherThanDebugLoc(TheMDs); in clone()643 for (const auto &MD : TheMDs) in clone()