Searched refs:MDForInst (Results 1 – 1 of 1) sorted by relevance
43 SmallVector<std::pair<unsigned, MDNode *>, 4> MDForInst; in run() local72 I.getAllMetadataOtherThanDebugLoc(MDForInst); in run()73 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i) in run()74 incorporateMDNode(MDForInst[i].second); in run()76 MDForInst.clear(); in run()