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

  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 118 Module::alias_iterator CurI = I;
121 bool Delete = deleteStuff == (bool)Named.count(CurI);
122 makeVisible(*CurI, Delete);
125 Type *Ty = CurI->getType()->getElementType();
127 CurI->removeFromParent();
131 CurI->getName(), &M);
136 nullptr, CurI->getName());
139 CurI->replaceAllUsesWith(Declaration);
140 delete CurI;
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 346 Instruction *CurI = &*iter1;
347 StoreInst *SI = dyn_cast<StoreInst>(CurI);
SimplifyCFG.cpp     [all...]

Completed in 400 milliseconds