Searched refs:phiId (Results 1 – 2 of 2) sorted by relevance
486 const uint32_t phiId = TakeNextId(); in SSABlockInitLoopHeader() local488 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() local554 new ir::Instruction(SpvOpPhi, typeId, phiId, phi_in_operands)); in SSABlockInitMultiPred()558 label2ssa_map_[label].insert({varId, phiId}); in SSABlockInitMultiPred()
251 const uint32_t phiId = phiInst->result_id(); in EliminateDeadBranches() local252 (void)def_use_mgr_->ReplaceAllUsesWith(phiId, replId); in EliminateDeadBranches()