Home | History | Annotate | Download | only in IR

Lines Matching refs:MDForInst

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