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

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp1950 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction local
1954 AllocaInst *Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI);
1956 new StoreInst(GV->getInitializer(), Alloca, &FirstI);

Completed in 169 milliseconds