HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalList (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/IR/
Globals.cpp 170 Before->getParent()->getGlobalList().insert(Before, this);
172 M.getGlobalList().push_back(this);
184 getParent()->getGlobalList().remove(this);
188 getParent()->getGlobalList().erase(this);
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 70 GCL->getParent()->getGlobalList().insert(GCL, NGV);
  /external/llvm/include/llvm/IR/
Module.h 488 const GlobalListType &getGlobalList() const { return GlobalList; }
490 GlobalListType &getGlobalList() { return GlobalList; }
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 179 M.getGlobalList().erase(DeadGlobalVars[i]);
GlobalOpt.cpp 482 Module::GlobalListType &Globals = GV->getParent()->getGlobalList();
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 866 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV);
    [all...]

Completed in 573 milliseconds