Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp136 SmallVector<Instruction*, 32> NowDeadInsts; in deleteDeadInstruction() local
138 NowDeadInsts.push_back(I); in deleteDeadInstruction()
142 Instruction *DeadInst = NowDeadInsts.pop_back_val(); in deleteDeadInstruction()
157 NowDeadInsts.push_back(OpI); in deleteDeadInstruction()
162 } while (!NowDeadInsts.empty()); in deleteDeadInstruction()
DDeadStoreElimination.cpp107 SmallVector<Instruction*, 32> NowDeadInsts; in DeleteDeadInstruction() local
109 NowDeadInsts.push_back(I); in DeleteDeadInstruction()
114 Instruction *DeadInst = NowDeadInsts.pop_back_val(); in DeleteDeadInstruction()
131 NowDeadInsts.push_back(OpI); in DeleteDeadInstruction()
137 } while (!NowDeadInsts.empty()); in DeleteDeadInstruction()
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp71 SmallVector<Instruction*, 32> NowDeadInsts; in deleteDeadInstruction() local
73 NowDeadInsts.push_back(I); in deleteDeadInstruction()
82 Instruction *DeadInst = NowDeadInsts.pop_back_val(); in deleteDeadInstruction()
99 NowDeadInsts.push_back(OpI); in deleteDeadInstruction()
109 } while (!NowDeadInsts.empty()); in deleteDeadInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp104 SmallVector<Instruction*, 32> NowDeadInsts; in deleteDeadInstruction() local
106 NowDeadInsts.push_back(I); in deleteDeadInstruction()
115 Instruction *DeadInst = NowDeadInsts.pop_back_val(); in deleteDeadInstruction()
135 NowDeadInsts.push_back(OpI); in deleteDeadInstruction()
146 } while (!NowDeadInsts.empty()); in deleteDeadInstruction()