Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1948 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction in ProcessInternalGlobal() local
1952 AllocaInst *Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI); in ProcessInternalGlobal()
1954 new StoreInst(GV->getInitializer(), Alloca, &FirstI); in ProcessInternalGlobal()