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

  /external/llvm/lib/IR/
Globals.cpp 125 Before->getParent()->getGlobalList().insert(Before, this);
127 M.getGlobalList().push_back(this);
139 getParent()->getGlobalList().remove(this);
143 getParent()->getGlobalList().erase(this);
  /external/llvm/include/llvm/IR/
Module.h 477 const GlobalListType &getGlobalList() const { return GlobalList; }
479 GlobalListType &getGlobalList() { return GlobalList; }
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 136 M.getGlobalList().erase(DeadGlobalVars[i]);
GlobalOpt.cpp 673 Module::GlobalListType &Globals = GV->getParent()->getGlobalList();
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 938 assert(GVVisited.size() == M.getGlobalList().size() &&
990 Module::GlobalListType &global_list = M.getGlobalList();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 766 M->getGlobalList().splice(M->global_end(), M->getGlobalList(), GV);
    [all...]

Completed in 1502 milliseconds