Searched refs:orig_it (Results 1 – 2 of 2) sorted by relevance
1113 RelocIterator orig_it(*code, mode_mask); in AddCodeForTesting() local1116 !it.done(); it.next(), orig_it.next()) { in AddCodeForTesting()1119 uint32_t stub_call_tag = orig_it.rinfo()->wasm_call_tag(); in AddCodeForTesting()
2022 std::unordered_map<unsigned, Temp>::iterator orig_it = ctx.orig_names.find(pc.first.tempId()); in get_reg_phi() local2024 if (orig_it != ctx.orig_names.end()) in get_reg_phi()2025 orig = orig_it->second; in get_reg_phi()