Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp375 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCtorUtils.cpp50 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h525 const GlobalListType &getGlobalList() const { return GlobalList; } in getGlobalList() function
527 GlobalListType &getGlobalList() { return GlobalList; } in getGlobalList() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp112 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateIdent()
134 for (GlobalVariable &GV : M.getGlobalList()) in getOrCreateSrcLocStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp563 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()
DWholeProgramDevirt.cpp784 Bits.reserve(M.getGlobalList().size()); in buildTypeIdentifierMap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp831 assert(GVVisited.size() == M.getGlobalList().size() && in emitGlobals()
903 Module::GlobalListType &global_list = M.getGlobalList(); in doFinalization()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp505 JM()->mpCurrentModule->getGlobalList().push_back(gvPtr); in PRINT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp2228 M.getGlobalList().erase(GV); in runIPSCCP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1092 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); in ParseGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2989 TheModule->getGlobalList().push_back(Pair.second); in globalCleanup()