Home
last modified time | relevance | path

Searched refs:MDForInst (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/IR/
DTypeFinder.cpp43 SmallVector<std::pair<unsigned, MDNode *>, 4> MDForInst; in run() local
68 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DTypeFinder.cpp50 SmallVector<std::pair<unsigned, MDNode *>, 4> MDForInst; in run() local
73 I.getAllMetadataOtherThanDebugLoc(MDForInst); in run()
74 for (const auto &MD : MDForInst) in run()
76 MDForInst.clear(); in run()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DModule.cpp451 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst; in run() local
469 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()
DAsmWriter.cpp487 SmallVector<std::pair<unsigned, MDNode*>, 4> MDForInst; in processFunction() local
512 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()