Searched refs:InstsToRewrite (Results 1 – 1 of 1) sorted by relevance
1125 SmallPtrSet<Instruction*, 4> > InstsToRewrite; in tryToMakeAllocaBePromotable() local1160 InstsToRewrite.insert(SI); in tryToMakeAllocaBePromotable()1166 InstsToRewrite.insert(PN); in tryToMakeAllocaBePromotable()1175 InstsToRewrite.insert(PN); in tryToMakeAllocaBePromotable()1181 InstsToRewrite.insert(BCI); in tryToMakeAllocaBePromotable()1191 if (InstsToRewrite.empty()) in tryToMakeAllocaBePromotable()1196 for (unsigned i = 0, e = InstsToRewrite.size(); i != e; ++i) { in tryToMakeAllocaBePromotable()1197 if (BitCastInst *BCI = dyn_cast<BitCastInst>(InstsToRewrite[i])) { in tryToMakeAllocaBePromotable()1209 if (SelectInst *SI = dyn_cast<SelectInst>(InstsToRewrite[i])) { in tryToMakeAllocaBePromotable()1242 PHINode *PN = cast<PHINode>(InstsToRewrite[i]); in tryToMakeAllocaBePromotable()