Searched refs:replId (Results 1 – 6 of 6) sorted by relevance
122 uint32_t replId = 0; in LocalSingleBlockLoadStoreElim() local128 replId = si->second->GetSingleWordInOperand(kStoreValIdInIdx); in LocalSingleBlockLoadStoreElim()132 replId = li->second->result_id(); in LocalSingleBlockLoadStoreElim()141 if (replId != 0) { in LocalSingleBlockLoadStoreElim()144 context()->ReplaceAllUsesWith(ii->result_id(), replId); in LocalSingleBlockLoadStoreElim()
232 const uint32_t replId = in EliminateDeadInsertsOnePass() local234 (void)context()->ReplaceAllUsesWith(id, replId); in EliminateDeadInsertsOnePass()
348 uint32_t replId = operands[2u].words[0]; in FixPhiNodesInLiveBlocks() local349 context()->ReplaceAllUsesWith(inst->result_id(), replId); in FixPhiNodesInLiveBlocks()