Searched refs:coalescedIdx (Results 1 – 1 of 1) sorted by relevance
429 int coalescedIdx = -1; in computeCoalescedIndex() local440 assert(coalescedIdx == -1 && "Unexpected > 1 coalesced indices"); in computeCoalescedIndex()441 coalescedIdx = en.index(); in computeCoalescedIndex()444 return coalescedIdx; in computeCoalescedIndex()563 int coalescedIdx = computeCoalescedIndex(transfer); in matchAndRewrite() local565 if (coalescedIdx >= 0) in matchAndRewrite()567 coalescedIdx); in matchAndRewrite()583 if (coalescedIdx >= 0) in matchAndRewrite()584 std::swap(ivsStorage.back(), ivsStorage[coalescedIdx]); in matchAndRewrite()648 int coalescedIdx = computeCoalescedIndex(transfer); in matchAndRewrite() local[all …]