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

  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 50 GlobalVariable *NGV =
53 GCL->getParent()->getGlobalList().insert(GCL, NGV);
54 NGV->takeName(GCL);
58 Constant *V = NGV;
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 495 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(i), false,
500 Globals.insert(GV, NGV);
501 NewGlobals.push_back(NGV);
509 NGV->setAlignment(NewAlign);
528 GlobalVariable *NGV = new GlobalVariable(STy->getElementType(), false,
533 Globals.insert(GV, NGV);
534 NewGlobals.push_back(NGV);
541 NGV->setAlignment(NewAlign);
    [all...]

Completed in 68 milliseconds