Searched refs:MDForInst (Results 1 – 2 of 2) sorted by relevance
507 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst; in run() local525 I.getAllMetadataOtherThanDebugLoc(MDForInst); in run()526 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i) in run()527 incorporateMDNode(MDForInst[i].second); in run()528 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()