Searched refs:getGlobalList (Results 1 – 11 of 11) sorted by relevance
375 Before->getParent()->getGlobalList().insert(Before->getIterator(), this); in GlobalVariable()377 M.getGlobalList().push_back(this); in GlobalVariable()381 getParent()->getGlobalList().remove(getIterator()); in removeFromParent()385 getParent()->getGlobalList().erase(getIterator()); in eraseFromParent()
50 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()
525 const GlobalListType &getGlobalList() const { return GlobalList; } in getGlobalList() function527 GlobalListType &getGlobalList() { return GlobalList; } in getGlobalList() function
112 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateIdent()134 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateSrcLocStr()
563 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal()959 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfMalloc()1649 GV->getParent()->getGlobalList().insert(GV->getIterator(), NewGV); in TryToShrinkGlobalToBoolean()
784 Bits.reserve(M.getGlobalList().size()); in buildTypeIdentifierMap()
831 assert(GVVisited.size() == M.getGlobalList().size() && in emitGlobals()903 Module::GlobalListType &global_list = M.getGlobalList(); in doFinalization()
505 JM()->mpCurrentModule->getGlobalList().push_back(gvPtr); in PRINT()
2228 M.getGlobalList().erase(GV); in runIPSCCP()
1092 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); in ParseGlobal()
2989 TheModule->getGlobalList().push_back(Pair.second); in globalCleanup()