Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_ssa_elim_pass.cpp486 const uint32_t phiId = TakeNextId(); in SSABlockInitLoopHeader() local
488 new ir::Instruction(SpvOpPhi, typeId, phiId, phi_in_operands)); in SSABlockInitLoopHeader()
494 label2ssa_map_[label].insert({ varId, phiId }); in SSABlockInitLoopHeader()
552 const uint32_t phiId = TakeNextId(); in SSABlockInitMultiPred() local
554 new ir::Instruction(SpvOpPhi, typeId, phiId, phi_in_operands)); in SSABlockInitMultiPred()
558 label2ssa_map_[label].insert({varId, phiId}); in SSABlockInitMultiPred()
Ddead_branch_elim_pass.cpp251 const uint32_t phiId = phiInst->result_id(); in EliminateDeadBranches() local
252 (void)def_use_mgr_->ReplaceAllUsesWith(phiId, replId); in EliminateDeadBranches()