Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceBasicBlocks.cpp81 SwInst.removeCase(Case); in removeUninterestingBBsFromSwitch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp401 SI.removeCase(CI); in removeNonFeasibleEdges()
H A DSimpleLoopUnswitch.cpp686 SIW.removeCase(CaseI); in unswitchTrivialSwitch()
845 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()
H A DCorrelatedValuePropagation.cpp354 CI = SI.removeCase(CI); in processSwitch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp4069 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt I) { in removeCase() function in SwitchInst
4149 SwitchInstProfUpdateWrapper::removeCase(SwitchInst::CaseIt I) { in removeCase() function in SwitchInstProfUpdateWrapper
4160 return SI.removeCase(I); in removeCase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1373 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
H A DSimplifyCFG.cpp923 SI.removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()
4754 i = SU.removeCase(i); in simplifyUnreachable()
5066 SIW.removeCase(CaseI); in eliminateDeadSwitchCases()
H A DLocal.cpp241 i = SI->removeCase(i); in ConstantFoldTerminator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp441 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h3488 CaseIt removeCase(CaseIt I);
3538 SwitchInst::CaseIt removeCase(SwitchInst::CaseIt I);