Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp385 CI = SI.removeCase(CI); in processSwitch()
H A DSimpleLoopUnswitch.cpp835 SIW.removeCase(CaseI); in unswitchTrivialSwitch()
987 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4531 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt I) { in removeCase() function in SwitchInst
4598 SwitchInstProfUpdateWrapper::removeCase(SwitchInst::CaseIt I) { in removeCase() function in SwitchInstProfUpdateWrapper
4609 return SI.removeCase(I); in removeCase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1429 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
H A DSimplifyCFG.cpp966 SI.removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()
5320 i = SU.removeCase(i); in simplifyUnreachable()
5637 SIW.removeCase(CaseI); in eliminateDeadSwitchCases()
H A DSCCPSolver.cpp328 SI.removeCase(CI); in removeNonFeasibleEdges()
H A DLocal.cpp238 It = SI->removeCase(It); in ConstantFoldTerminator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp527 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3616 CaseIt removeCase(CaseIt I);
3664 SwitchInst::CaseIt removeCase(SwitchInst::CaseIt I);