Lines Matching refs:DeadInsts
95 SmallVector<Value*, 32> DeadInsts; member
1588 while (!DeadInsts.empty()) { in DeleteDeadInstructions()
1589 Instruction *I = cast<Instruction>(DeadInsts.pop_back_val()); in DeleteDeadInstructions()
1598 DeadInsts.push_back(U); in DeleteDeadInstructions()
1935 DeadInsts.push_back(LI); in RewriteForScalarRepl()
1962 DeadInsts.push_back(SI); in RewriteForScalarRepl()
2016 DeadInsts.push_back(BC); in RewriteBitCast()
2112 DeadInsts.push_back(GEPI); in RewriteGEP()
2170 DeadInsts.push_back(II); in RewriteLifetimeIntrinsic()
2212 for (SmallVectorImpl<Value *>::const_iterator I = DeadInsts.begin(), in RewriteMemIntrinUserOfAlloca()
2213 E = DeadInsts.end(); I != E; ++I) in RewriteMemIntrinUserOfAlloca()
2215 DeadInsts.push_back(MI); in RewriteMemIntrinUserOfAlloca()
2344 DeadInsts.push_back(MI); in RewriteMemIntrinUserOfAlloca()
2461 DeadInsts.push_back(SI); in RewriteStoreUserOfWholeAlloca()
2550 DeadInsts.push_back(LI); in RewriteLoadUserOfWholeAlloca()