Searched refs:MDForInst (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DTypeFinder.cpp43 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst; local
72 I.getAllMetadataOtherThanDebugLoc(MDForInst);
73 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i)
74 incorporateMDNode(MDForInst[i].second);
76 MDForInst.clear();
H A DAsmWriter.cpp510 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst; local
545 I->getAllMetadata(MDForInst);
546 for (unsigned i = 0, e = MDForInst.size(); i != e; ++i)
547 CreateMetadataSlot(MDForInst[i].second);
548 MDForInst.clear();

Completed in 160 milliseconds