Searched refs:getGlobalList (Results 1 – 14 of 14) sorted by relevance
376 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()
62 for (GlobalVariable &GV : M.getGlobalList()) in visitModule()112 for (GlobalVariable &GV : M.getGlobalList()) in visitModule()
50 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()
544 const GlobalListType &getGlobalList() const { return GlobalList; } in getGlobalList() function546 GlobalListType &getGlobalList() { return GlobalList; } in getGlobalList() function
665 M.getGlobalList().erase(GV); in runIPSCCP()
586 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()
935 Bits.reserve(M.getGlobalList().size()); in buildTypeIdentifierMap()
822 assert(GVVisited.size() == M.getGlobalList().size() && in emitGlobals()894 Module::GlobalListType &global_list = M.getGlobalList(); in doFinalization()
248 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateIdent()279 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateSrcLocStr()
1515 Module::GlobalListType &Globals = DstM.getGlobalList(); in run()
1180 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); in parseGlobal()
3121 TheModule->getGlobalList().push_back(Pair.second); in globalCleanup()
7459 CGM.getModule().getGlobalList().push_back(GV); in GetClassGlobal()
3429 * ``Module::GlobalListType &getGlobalList()``