Searched defs:stored_value (Results 1 – 2 of 2) sorted by relevance
1415 HInstruction* stored_value; member2645 HInstruction* stored_value = nullptr; in ProcessLoopPhiWithUnknownInput() local2995 HInstruction* stored_value = FindSubstitute(store_record.stored_value); in FindStoresWritingOldValues() local
586 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) { in UpdateLocal()