Searched defs:CurI (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp127 Module::alias_iterator CurI = I; variable
130 bool Delete = deleteStuff == (bool)Named.count(&*CurI);
131 makeVisible(*CurI, Delete);
134 Type *Ty = CurI->getValueType();
136 CurI->removeFromParent();
140 CurI->getName(), &M);
145 nullptr, CurI->getName());
148 CurI->replaceAllUsesWith(Declaration);
149 delete &*CurI;
/external/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp346 Instruction *CurI = &*iter1; local
347 StoreInst *SI = dyn_cast<StoreInst>(CurI);

Completed in 170 milliseconds