Home
last modified time | relevance | path

Searched refs:getGlobalList (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp376 Before->getParent()->getGlobalList().insert(Before->getIterator(), this); in GlobalVariable()
378 M.getGlobalList().push_back(this); in GlobalVariable()
382 getParent()->getGlobalList().remove(getIterator()); in removeFromParent()
386 getParent()->getGlobalList().erase(getIterator()); in eraseFromParent()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp62 for (GlobalVariable &GV : M.getGlobalList()) in visitModule()
112 for (GlobalVariable &GV : M.getGlobalList()) in visitModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp50 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h544 const GlobalListType &getGlobalList() const { return GlobalList; } in getGlobalList() function
546 GlobalListType &getGlobalList() { return GlobalList; } in getGlobalList() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp665 M.getGlobalList().erase(GV); in runIPSCCP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp586 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal()
996 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfMalloc()
1161 GV->getParent()->getGlobalList().insert(GV->getIterator(), NewGV); in TryToShrinkGlobalToBoolean()
H A DWholeProgramDevirt.cpp935 Bits.reserve(M.getGlobalList().size()); in buildTypeIdentifierMap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp822 assert(GVVisited.size() == M.getGlobalList().size() && in emitGlobals()
894 Module::GlobalListType &global_list = M.getGlobalList(); in doFinalization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp248 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateIdent()
279 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateSrcLocStr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp1515 Module::GlobalListType &Globals = DstM.getGlobalList(); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1180 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); in parseGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3121 TheModule->getGlobalList().push_back(Pair.second); in globalCleanup()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp7459 CGM.getModule().getGlobalList().push_back(GV); in GetClassGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst3429 * ``Module::GlobalListType &getGlobalList()``