Searched refs:ExitCaseIndices (Results 1 – 1 of 1) sorted by relevance
758 // needs to also be used to populate ExitCaseIndices, which is then used to in unswitchTrivialSwitch() 777 SmallVector<int, 4> ExitCaseIndices; in unswitchTrivialSwitch() local 780 ExitCaseIndices.push_back(Case.getCaseIndex()); in unswitchTrivialSwitch() 786 } else if (ExitCaseIndices.empty()) in unswitchTrivialSwitch() 804 for (unsigned Index : ExitCaseIndices) { in unswitchTrivialSwitch() 830 ExitCases.reserve(ExitCaseIndices.size()); in unswitchTrivialSwitch() 834 for (unsigned Index : reverse(ExitCaseIndices)) { in unswitchTrivialSwitch()