Searched refs:offR (Results 1 – 1 of 1) sorted by relevance
2763 int32_t offR = rec->offset; in replaceLdFromLd() local2767 assert(offR <= offE); in replaceLdFromLd()2768 for (dR = 0; offR < offE && ldR->defExists(dR); ++dR) in replaceLdFromLd()2769 offR += ldR->getDef(dR)->reg.size; in replaceLdFromLd()2770 if (offR != offE) in replaceLdFromLd()2790 int32_t offR = rec->offset; in replaceStFromSt() local2792 int32_t endR = offR + typeSizeof(ri->dType); in replaceStFromSt()2794 rec->size = MAX2(endS, endR) - MIN2(offS, offR); in replaceStFromSt()2798 if (offR < offS) { in replaceStFromSt()2803 for (s = 1; offR < offS; offR += ri->getSrc(s)->reg.size, ++s) in replaceStFromSt()[all …]