Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp248 Switch->removeCase(Switch->case_begin()); in revert()
262 Switch->removeCase(It); in revert()
H A DInstruction.cpp1138 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt It) { in removeCase() function in llvm::sandboxir::SwitchInst
1144 auto LLVMCaseIt = LLVMSwitch->removeCase(LLVMIt); in removeCase()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVStructurizer.cpp990 It = SI->removeCase(It); in splitSwitchCases()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4089 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt I) { in removeCase() function in SwitchInst
4156 SwitchInstProfUpdateWrapper::removeCase(SwitchInst::CaseIt I) { in removeCase() function in SwitchInstProfUpdateWrapper
4167 return SI.removeCase(I); in removeCase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp400 CI = SI.removeCase(CI); in processSwitch()
H A DSimpleLoopUnswitch.cpp845 SIW.removeCase(CaseI); in unswitchTrivialSwitch()
1001 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp2010 TheSwitch->removeCase( in emitReplacerCall()
H A DSCCPSolver.cpp371 SI.removeCase(CI); in removeNonFeasibleEdges()
H A DSimplifyCFG.cpp994 SI.removeCase(i); in simplifyEqualityComparisonWithOnlyPredecessor()
5537 i = SU.removeCase(i); in simplifyUnreachable()
5880 SIW.removeCase(CaseI); in eliminateDeadSwitchCases()
H A DLocal.cpp241 It = SI->removeCase(It); in ConstantFoldTerminator()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3510 LLVM_ABI CaseIt removeCase(CaseIt I);
3558 LLVM_ABI SwitchInst::CaseIt removeCase(SwitchInst::CaseIt I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp417 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1937 LLVM_ABI CaseIt removeCase(CaseIt It);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21690 {"_ZN4llvm10SwitchInst10removeCaseEj", "llvm::SwitchInst::removeCase(unsigned int)"},