Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDCorrelatedValuePropagation.cpp375 CI = SI.removeCase(CI); in processSwitch()
HDSimpleLoopUnswitch.cpp840 SIW.removeCase(CaseI); in unswitchTrivialSwitch()
996 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp1448 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
HDSCCPSolver.cpp345 SI.removeCase(CI); in removeNonFeasibleEdges()
HDSimplifyCFG.cpp969 SI.removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()
5388 i = SU.removeCase(i); in simplifyUnreachable()
5731 SIW.removeCase(CaseI); in eliminateDeadSwitchCases()
HDLocal.cpp239 It = SI->removeCase(It); in ConstantFoldTerminator()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h3367 CaseIt removeCase(CaseIt I);
3415 SwitchInst::CaseIt removeCase(SwitchInst::CaseIt I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroSplit.cpp508 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()