Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp119 Before->getParent()->getGlobalList().insert(Before, this); in GlobalVariable()
121 M.getGlobalList().push_back(this); in GlobalVariable()
133 getParent()->getGlobalList().remove(this); in removeFromParent()
137 getParent()->getGlobalList().erase(this); in eraseFromParent()
/external/llvm/lib/IR/
DGlobals.cpp255 Before->getParent()->getGlobalList().insert(Before->getIterator(), this); in GlobalVariable()
257 M.getGlobalList().push_back(this); in GlobalVariable()
265 getParent()->getGlobalList().remove(getIterator()); in removeFromParent()
269 getParent()->getGlobalList().erase(getIterator()); in eraseFromParent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp345 Before->getParent()->getGlobalList().insert(Before->getIterator(), this); in GlobalVariable()
347 M.getGlobalList().push_back(this); in GlobalVariable()
351 getParent()->getGlobalList().remove(getIterator()); in removeFromParent()
355 getParent()->getGlobalList().erase(getIterator()); in eraseFromParent()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DModuleTest.cpp46 M.getGlobalList().sort(compare); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h424 const GlobalListType &getGlobalList() const { return GlobalList; }
426 GlobalListType &getGlobalList() { return GlobalList; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCtorUtils.cpp52 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()
/external/llvm/lib/Transforms/Utils/
DCtorUtils.cpp53 GCL->getParent()->getGlobalList().insert(GCL->getIterator(), NGV); in removeGlobalCtors()
/external/llvm/include/llvm/IR/
DModule.h488 const GlobalListType &getGlobalList() const { return GlobalList; }
490 GlobalListType &getGlobalList() { return GlobalList; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h510 const GlobalListType &getGlobalList() const { return GlobalList; } in getGlobalList() function
512 GlobalListType &getGlobalList() { return GlobalList; } in getGlobalList() function
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalDCE.cpp136 M.getGlobalList().erase(DeadGlobalVars[i]); in runOnModule()
DGlobalOpt.cpp506 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal()
956 GV->getParent()->getGlobalList().insert(GV, InitBool); in OptimizeGlobalAddressOfMalloc()
1639 GV->getParent()->getGlobalList().insert(GV, NewGV); in TryToShrinkGlobalToBoolean()
2036 GCL->getParent()->getGlobalList().insert(GCL, NGV); in InstallGlobalCtors()
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp179 M.getGlobalList().erase(GV); in run()
DGlobalOpt.cpp443 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal()
899 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfMalloc()
1582 GV->getParent()->getGlobalList().insert(GV->getIterator(), NewGV); in TryToShrinkGlobalToBoolean()
DWholeProgramDevirt.cpp326 Bits.reserve(M.getGlobalList().size()); in buildTypeIdentifierMap()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp112 Module::GlobalListType &global_list = M.getGlobalList(); in doFinalization()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp471 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal()
943 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfMalloc()
1629 GV->getParent()->getGlobalList().insert(GV->getIterator(), NewGV); in TryToShrinkGlobalToBoolean()
DWholeProgramDevirt.cpp663 Bits.reserve(M.getGlobalList().size()); in buildTypeIdentifierMap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp853 assert(GVVisited.size() == M.getGlobalList().size() && in emitGlobals()
912 Module::GlobalListType &global_list = M.getGlobalList(); in doFinalization()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp898 assert(GVVisited.size() == M.getGlobalList().size() && in emitGlobals()
958 Module::GlobalListType &global_list = M.getGlobalList(); in doFinalization()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1905 M.getGlobalList().erase(GV); in runIPSCCP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp2013 M.getGlobalList().erase(GV); in runIPSCCP()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp552 JM()->mpCurrentModule->getGlobalList().push_back(gvPtr); in PRINT()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp2101 M.getGlobalList().erase(GV); in runOnModule()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp706 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); in ParseGlobal()
/external/llvm/lib/AsmParser/
DLLParser.cpp900 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV); in ParseGlobal()

12