Home
last modified time | relevance | path

Searched refs:InstsToRewrite (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1248 SmallPtrSet<Instruction*, 4> > InstsToRewrite; in tryToMakeAllocaBePromotable() local
1280 InstsToRewrite.insert(SI); in tryToMakeAllocaBePromotable()
1286 InstsToRewrite.insert(PN); in tryToMakeAllocaBePromotable()
1295 InstsToRewrite.insert(PN); in tryToMakeAllocaBePromotable()
1301 InstsToRewrite.insert(BCI); in tryToMakeAllocaBePromotable()
1311 if (InstsToRewrite.empty()) in tryToMakeAllocaBePromotable()
1316 for (unsigned i = 0, e = InstsToRewrite.size(); i != e; ++i) { in tryToMakeAllocaBePromotable()
1317 if (BitCastInst *BCI = dyn_cast<BitCastInst>(InstsToRewrite[i])) { in tryToMakeAllocaBePromotable()
1326 if (SelectInst *SI = dyn_cast<SelectInst>(InstsToRewrite[i])) { in tryToMakeAllocaBePromotable()
1362 PHINode *PN = cast<PHINode>(InstsToRewrite[i]); in tryToMakeAllocaBePromotable()