Searched refs:NextPHIIndex (Results 1 – 1 of 1) sorted by relevance
1904 size_t NextPHIIndex = 1; in splitRetconCoroutine() local1906 ReturnPHIs[NextPHIIndex++]->addIncoming(&*VUse, SuspendBB); in splitRetconCoroutine()1907 assert(NextPHIIndex == ReturnPHIs.size()); in splitRetconCoroutine()