Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp505 SmallPtrSet<Instruction *, 16> DeadInstructions; in estimateNumberOfOptimizedInstructions() local
518 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()