Searched refs:replId (Results 1 – 9 of 9) sorted by relevance
114 uint32_t replId = 0; in LocalSingleBlockLoadStoreElim() local120 replId = si->second->GetSingleWordInOperand(kStoreValIdInIdx); in LocalSingleBlockLoadStoreElim()124 replId = li->second->result_id(); in LocalSingleBlockLoadStoreElim()133 if (replId != 0) { in LocalSingleBlockLoadStoreElim()136 context()->ReplaceAllUsesWith(ii->result_id(), replId); in LocalSingleBlockLoadStoreElim()
231 const uint32_t replId = in EliminateDeadInsertsOnePass() local233 (void)context()->ReplaceAllUsesWith(id, replId); in EliminateDeadInsertsOnePass()
347 uint32_t replId = operands[2u].words[0]; in FixPhiNodesInLiveBlocks() local348 context()->ReplaceAllUsesWith(inst->result_id(), replId); in FixPhiNodesInLiveBlocks()