Searched refs:MDForInst (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/IR/ |
D | TypeFinder.cpp | 43 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/ |
D | TypeFinder.cpp | 50 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/ |
D | Module.cpp | 451 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()
|
D | AsmWriter.cpp | 487 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()
|