Searched refs:CaseIt (Results 1 – 6 of 6) sorted by relevance
3233 using CaseIt = CaseIteratorImpl<CaseHandle>;3271 CaseIt case_begin() {3272 return CaseIt(this, 0);3283 CaseIt case_end() {3284 return CaseIt(this, getNumCases());3294 iterator_range<CaseIt> cases() {3308 CaseIt case_default() {3309 return CaseIt(this, DefaultPseudoIndex);3319 CaseIt findCaseValue(const ConstantInt *C) {3320 return CaseIt([all …]
3959 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt I) { in removeCase()3978 return CaseIt(this, idx); in removeCase()4025 SwitchInst::CaseIt4026 SwitchInstProfUpdateWrapper::removeCase(SwitchInst::CaseIt I) { in removeCase()
962 for (SwitchInst::CaseIt i = SI->case_end(), e = SI->case_begin(); i != e;) { in SimplifyEqualityComparisonWithOnlyPredecessor()5726 SwitchInst::CaseIt CaseI = SI->findCaseValue(DeadCase); in eliminateDeadSwitchCases()6671 SwitchInst::CaseIt CI = SI->case_begin(); in SwitchToLookupTable()6684 for (SwitchInst::CaseIt E = SI->case_end(); CI != E; ++CI) { in SwitchToLookupTable()
1448 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
2699 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); in processInstruction()
4742 for (const auto &CaseIt : SI.cases()) { in identifyAliveSuccessors() local4743 if (Constants.count(CaseIt.getCaseValue())) { in identifyAliveSuccessors()4745 AliveSuccessors.push_back(&CaseIt.getCaseSuccessor()->front()); in identifyAliveSuccessors()