Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp126 SmallVector<Instruction*, 32> NowDeadInsts; in DeleteDeadInstruction() local
128 NowDeadInsts.push_back(I); in DeleteDeadInstruction()
133 Instruction *DeadInst = NowDeadInsts.pop_back_val(); in DeleteDeadInstruction()
150 NowDeadInsts.push_back(OpI); in DeleteDeadInstruction()
156 } while (!NowDeadInsts.empty()); in DeleteDeadInstruction()