Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp375 CI = SI.removeCase(CI); in processSwitch()
H A DSimpleLoopUnswitch.cpp840 SIW.removeCase(CaseI); in unswitchTrivialSwitch()
996 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3959 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt I) { in removeCase() function in SwitchInst
4026 SwitchInstProfUpdateWrapper::removeCase(SwitchInst::CaseIt I) { in removeCase() function in SwitchInstProfUpdateWrapper
4037 return SI.removeCase(I); in removeCase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1448 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
H A DSCCPSolver.cpp345 SI.removeCase(CI); in removeNonFeasibleEdges()
H A DSimplifyCFG.cpp969 SI.removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()
5388 i = SU.removeCase(i); in simplifyUnreachable()
5731 SIW.removeCase(CaseI); in eliminateDeadSwitchCases()
H A DLocal.cpp239 It = SI->removeCase(It); in ConstantFoldTerminator()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3367 CaseIt removeCase(CaseIt I);
3415 SwitchInst::CaseIt removeCase(SwitchInst::CaseIt I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp508 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()