Home | History | Annotate | Download | only in IR

Lines Matching refs:MDForInst

508   SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst;
543 I->getAllMetadata(MDForInst);
544 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i)
545 CreateMetadataSlot(MDForInst[i].second);
546 MDForInst.clear();