Searched refs:getGlobalList (Results 1 – 15 of 15) sorted by relevance
62 for (GlobalVariable &GV : M.getGlobalList()) in visitModule()112 for (GlobalVariable &GV : M.getGlobalList()) in visitModule()
448 Before->getParent()->getGlobalList().insert(Before->getIterator(), this); in GlobalVariable()450 M.getGlobalList().push_back(this); in GlobalVariable()454 getParent()->getGlobalList().remove(getIterator()); in removeFromParent()458 getParent()->getGlobalList().erase(getIterator()); in eraseFromParent()
51 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()
49 M.getGlobalList().sort(compare); in TEST()
550 const GlobalListType &getGlobalList() const { return GlobalList; } in getGlobalList() function552 GlobalListType &getGlobalList() { return GlobalList; } in getGlobalList() function
719 M.getGlobalList().erase(GV); in runIPSCCP()
975 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfAllocation()1157 GV->getParent()->getGlobalList().insert(GV->getIterator(), NewGV); in TryToShrinkGlobalToBoolean()
962 Bits.reserve(M.getGlobalList().size()); in buildTypeIdentifierMap()
408 for (llvm::GlobalVariable &global_var : m_module->getGlobalList()) { in GetRunnableInfo()
1631 Module::GlobalListType &Globals = DstM.getGlobalList(); in run()
820 assert(GVVisited.size() == M.getGlobalList().size() && in emitGlobals()
553 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateIdent()583 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateSrcLocStr()
7426 CGM.getModule().getGlobalList().push_back(GV); in GetClassGlobal()
3574 TheModule->getGlobalList().push_back(Pair.second); in globalCleanup()
3457 * ``Module::GlobalListType &getGlobalList()``