Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDCorrelatedValuePropagation.cpp398 CI = SI.removeCase(CI); in processSwitch()
HDSimpleLoopUnswitch.cpp656 SIW.removeCase(CaseI); in unswitchTrivialSwitch()
817 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp3850 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt I) { in removeCase() function in SwitchInst
3930 SwitchInstProfUpdateWrapper::removeCase(SwitchInst::CaseIt I) { in removeCase() function in SwitchInstProfUpdateWrapper
3941 return SI.removeCase(I); in removeCase()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroSplit.cpp379 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp1315 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
HDSimplifyCFG.cpp883 SI.removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()
4310 i = SU.removeCase(i); in SimplifyUnreachable()
4564 SIW.removeCase(CaseI); in eliminateDeadSwitchCases()
HDLocal.cpp208 i = SI->removeCase(i); in ConstantFoldTerminator()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h3448 CaseIt removeCase(CaseIt I);
3498 SwitchInst::CaseIt removeCase(SwitchInst::CaseIt I);