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 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);
SimplifyCFG.cpp     [all...]

Completed in 674 milliseconds