Home
last modified time | relevance | path

Searched refs:removeCase (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DDomTreeUpdaterTest.cpp95 SI->removeCase(i); in TEST()
137 i = SI->removeCase(i); in TEST()
659 SI->removeCase(i); in TEST()
687 i = SI->removeCase(i); in TEST()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DCFGBuilder.cpp74 SI->removeCase(FirstC); in DisconnectBlocks()
80 SI->removeCase(CIt); in DisconnectBlocks()
H A DDominatorTreeTest.cpp518 SwitchC->removeCase(SwitchC->case_begin()); in TEST()
607 SwitchC->removeCase(SwitchC->case_begin()); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceBasicBlocks.cpp98 SwInst.removeCase(Case); in removeUninterestingBBsFromSwitch()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp456 SI.removeCase(CI); in removeNonFeasibleEdges()
H A DCorrelatedValuePropagation.cpp404 CI = SI.removeCase(CI); in processSwitch()
H A DSimpleLoopUnswitch.cpp764 SIW.removeCase(CaseI); in unswitchTrivialSwitch()
923 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp4378 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt I) { in removeCase() function in SwitchInst
4457 SwitchInstProfUpdateWrapper::removeCase(SwitchInst::CaseIt I) { in removeCase() function in SwitchInstProfUpdateWrapper
4468 return SI.removeCase(I); in removeCase()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1426 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
H A DSimplifyCFG.cpp957 SI.removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()
5011 i = SU.removeCase(i); in simplifyUnreachable()
5326 SIW.removeCase(CaseI); in eliminateDeadSwitchCases()
H A DLocal.cpp238 i = SI->removeCase(i); in ConstantFoldTerminator()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp468 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h3562 CaseIt removeCase(CaseIt I);
3612 SwitchInst::CaseIt removeCase(SwitchInst::CaseIt I);