Searched refs:removeCase (Results 1 – 14 of 14) sorted by relevance
248 Switch->removeCase(Switch->case_begin()); in revert()262 Switch->removeCase(It); in revert()
1138 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt It) { in removeCase() function in llvm::sandboxir::SwitchInst1144 auto LLVMCaseIt = LLVMSwitch->removeCase(LLVMIt); in removeCase()
990 It = SI->removeCase(It); in splitSwitchCases()
4089 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt I) { in removeCase() function in SwitchInst4156 SwitchInstProfUpdateWrapper::removeCase(SwitchInst::CaseIt I) { in removeCase() function in SwitchInstProfUpdateWrapper4167 return SI.removeCase(I); in removeCase()
400 CI = SI.removeCase(CI); in processSwitch()
845 SIW.removeCase(CaseI); in unswitchTrivialSwitch()1001 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()
2010 TheSwitch->removeCase( in emitReplacerCall()
371 SI.removeCase(CI); in removeNonFeasibleEdges()
994 SI.removeCase(i); in simplifyEqualityComparisonWithOnlyPredecessor()5537 i = SU.removeCase(i); in simplifyUnreachable()5880 SIW.removeCase(CaseI); in eliminateDeadSwitchCases()
241 It = SI->removeCase(It); in ConstantFoldTerminator()
3510 LLVM_ABI CaseIt removeCase(CaseIt I);3558 LLVM_ABI SwitchInst::CaseIt removeCase(SwitchInst::CaseIt I);
417 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()
1937 LLVM_ABI CaseIt removeCase(CaseIt It);
21690 {"_ZN4llvm10SwitchInst10removeCaseEj", "llvm::SwitchInst::removeCase(unsigned int)"},