Searched refs:DeadInstructions (Results 1 – 1 of 1) sorted by relevance
505 SmallPtrSet<Instruction *, 16> DeadInstructions; in estimateNumberOfOptimizedInstructions() local518 DeadInstructions.insert(FoldedInst); in estimateNumberOfOptimizedInstructions()532 if (DeadInstructions.count(I)) in estimateNumberOfOptimizedInstructions()536 return DeadInstructions.count(cast<Instruction>(U)); in estimateNumberOfOptimizedInstructions()539 DeadInstructions.insert(I); in estimateNumberOfOptimizedInstructions()