Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp398 SI.removeCase(CI); in removeNonFeasibleEdges()
H A DCorrelatedValuePropagation.cpp354 CI = SI.removeCase(CI); in processSwitch()
H A DSimpleLoopUnswitch.cpp739 SIW.removeCase(CaseI); in unswitchTrivialSwitch()
898 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4089 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt I) { in removeCase() function in SwitchInst
4169 SwitchInstProfUpdateWrapper::removeCase(SwitchInst::CaseIt I) { in removeCase() function in SwitchInstProfUpdateWrapper
4180 return SI.removeCase(I); in removeCase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1375 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
H A DSimplifyCFG.cpp917 SI.removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()
4629 i = SU.removeCase(i); in simplifyUnreachable()
4941 SIW.removeCase(CaseI); in eliminateDeadSwitchCases()
H A DLocal.cpp241 i = SI->removeCase(i); in ConstantFoldTerminator()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3499 CaseIt removeCase(CaseIt I);
3549 SwitchInst::CaseIt removeCase(SwitchInst::CaseIt I);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp443 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()