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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1760 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction local
1764 AllocaInst *Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI);
1766 new StoreInst(GV->getInitializer(), Alloca, &FirstI);

Completed in 104 milliseconds