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