Searched refs:MDForInst (Results 1 – 3 of 3) sorted by relevance
43 SmallVector<std::pair<unsigned, MDNode *>, 4> MDForInst; in run() local68 I.getAllMetadataOtherThanDebugLoc(MDForInst); in run()69 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i) in run()70 incorporateMDNode(MDForInst[i].second); in run()72 MDForInst.clear(); in run()
451 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst; in run() local469 I.getAllMetadataOtherThanDebugLoc(MDForInst); in run()470 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i) in run()471 incorporateMDNode(MDForInst[i].second); in run()472 MDForInst.clear(); in run()
487 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst; in processFunction() local512 I->getAllMetadata(MDForInst); in processFunction()513 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i) in processFunction()514 CreateMetadataSlot(MDForInst[i].second); in processFunction()515 MDForInst.clear(); in processFunction()