Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1249 SmallPtrSet<Instruction*, 4> > InstsToRewrite; in tryToMakeAllocaBePromotable() local
1281 InstsToRewrite.insert(SI); in tryToMakeAllocaBePromotable()
1287 InstsToRewrite.insert(PN); in tryToMakeAllocaBePromotable()
1296 InstsToRewrite.insert(PN); in tryToMakeAllocaBePromotable()
1302 InstsToRewrite.insert(BCI); in tryToMakeAllocaBePromotable()
1312 if (InstsToRewrite.empty()) in tryToMakeAllocaBePromotable()
1317 for (unsigned i = 0, e = InstsToRewrite.size(); i != e; ++i) { in tryToMakeAllocaBePromotable()
1318 if (BitCastInst *BCI = dyn_cast<BitCastInst>(InstsToRewrite[i])) { in tryToMakeAllocaBePromotable()
1327 if (SelectInst *SI = dyn_cast<SelectInst>(InstsToRewrite[i])) { in tryToMakeAllocaBePromotable()
1363 PHINode *PN = cast<PHINode>(InstsToRewrite[i]); in tryToMakeAllocaBePromotable()