Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp62 for (GlobalVariable &GV : M.getGlobalList()) in visitModule()
112 for (GlobalVariable &GV : M.getGlobalList()) in visitModule()
/llvm-project-15.0.7/llvm/lib/IR/
H A DGlobals.cpp448 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()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp51 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DModuleTest.cpp49 M.getGlobalList().sort(compare); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h550 const GlobalListType &getGlobalList() const { return GlobalList; } in getGlobalList() function
552 GlobalListType &getGlobalList() { return GlobalList; } in getGlobalList() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp719 M.getGlobalList().erase(GV); in runIPSCCP()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp975 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfAllocation()
1157 GV->getParent()->getGlobalList().insert(GV->getIterator(), NewGV); in TryToShrinkGlobalToBoolean()
H A DWholeProgramDevirt.cpp962 Bits.reserve(M.getGlobalList().size()); in buildTypeIdentifierMap()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp408 for (llvm::GlobalVariable &global_var : m_module->getGlobalList()) { in GetRunnableInfo()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp1631 Module::GlobalListType &Globals = DstM.getGlobalList(); in run()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp820 assert(GVVisited.size() == M.getGlobalList().size() && in emitGlobals()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp553 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateIdent()
583 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateSrcLocStr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp7426 CGM.getModule().getGlobalList().push_back(GV); in GetClassGlobal()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3574 TheModule->getGlobalList().push_back(Pair.second); in globalCleanup()
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst3457 * ``Module::GlobalListType &getGlobalList()``