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

  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 127 Module::alias_iterator CurI = I;
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/
FlattenCFG.cpp 346 Instruction *CurI = &*iter1;
347 StoreInst *SI = dyn_cast<StoreInst>(CurI);

Completed in 86 milliseconds