Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_single_block_elim_pass.cpp169 std::queue<ir::Instruction*> deadInsts; in DCEInst() local
170 deadInsts.push(inst); in DCEInst()
171 while (!deadInsts.empty()) { in DCEInst()
172 ir::Instruction* di = deadInsts.front(); in DCEInst()
175 deadInsts.pop(); in DCEInst()
193 deadInsts.push(def_use_mgr_->GetDef(id)); in DCEInst()
198 AddStores(varId, &deadInsts); in DCEInst()
199 deadInsts.pop(); in DCEInst()
Dlocal_single_store_elim_pass.cpp349 std::queue<ir::Instruction*> deadInsts; in DCEInst() local
350 deadInsts.push(inst); in DCEInst()
351 while (!deadInsts.empty()) { in DCEInst()
352 ir::Instruction* di = deadInsts.front(); in DCEInst()
355 deadInsts.pop(); in DCEInst()
374 deadInsts.push(def_use_mgr_->GetDef(id)); in DCEInst()
380 AddStores(varId, &deadInsts); in DCEInst()
381 deadInsts.pop(); in DCEInst()
Dlocal_ssa_elim_pass.cpp209 std::queue<ir::Instruction*> deadInsts; in DCEInst() local
210 deadInsts.push(inst); in DCEInst()
211 while (!deadInsts.empty()) { in DCEInst()
212 ir::Instruction* di = deadInsts.front(); in DCEInst()
215 deadInsts.pop(); in DCEInst()
233 deadInsts.push(def_use_mgr_->GetDef(id)); in DCEInst()
237 AddStores(varId, &deadInsts); in DCEInst()
238 deadInsts.pop(); in DCEInst()
/third_party/spirv-tools/source/opt/
Dmem_pass.cpp192 std::queue<Instruction*> deadInsts; in DCEInst() local
193 deadInsts.push(inst); in DCEInst()
194 while (!deadInsts.empty()) { in DCEInst()
195 Instruction* di = deadInsts.front(); in DCEInst()
198 deadInsts.pop(); in DCEInst()
216 if (context()->IsCombinatorInstruction(odi)) deadInsts.push(odi); in DCEInst()
220 if (varId != 0 && !IsLiveVar(varId)) AddStores(varId, &deadInsts); in DCEInst()
221 deadInsts.pop(); in DCEInst()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmem_pass.cpp191 std::queue<Instruction*> deadInsts; in DCEInst() local
192 deadInsts.push(inst); in DCEInst()
193 while (!deadInsts.empty()) { in DCEInst()
194 Instruction* di = deadInsts.front(); in DCEInst()
197 deadInsts.pop(); in DCEInst()
215 if (context()->IsCombinatorInstruction(odi)) deadInsts.push(odi); in DCEInst()
219 if (varId != 0 && !IsLiveVar(varId)) AddStores(varId, &deadInsts); in DCEInst()
220 deadInsts.pop(); in DCEInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp191 std::queue<Instruction*> deadInsts; in DCEInst() local
192 deadInsts.push(inst); in DCEInst()
193 while (!deadInsts.empty()) { in DCEInst()
194 Instruction* di = deadInsts.front(); in DCEInst()
197 deadInsts.pop(); in DCEInst()
215 if (context()->IsCombinatorInstruction(odi)) deadInsts.push(odi); in DCEInst()
219 if (varId != 0 && !IsLiveVar(varId)) AddStores(varId, &deadInsts); in DCEInst()
220 deadInsts.pop(); in DCEInst()