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