Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/unittests/Analysis/
DDomTreeUpdaterTest.cpp95 SI->removeCase(i); in TEST()
137 i = SI->removeCase(i); in TEST()
659 SI->removeCase(i); in TEST()
687 i = SI->removeCase(i); in TEST()
/external/llvm-project/llvm/unittests/IR/
DCFGBuilder.cpp74 SI->removeCase(FirstC); in DisconnectBlocks()
80 SI->removeCase(CIt); in DisconnectBlocks()
DDominatorTreeTest.cpp518 SwitchC->removeCase(SwitchC->case_begin()); in TEST()
607 SwitchC->removeCase(SwitchC->case_begin()); in TEST()
/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceBasicBlocks.cpp81 SwInst.removeCase(Case); in removeUninterestingBBsFromSwitch()
/external/deqp/executor/
DxeTestCase.cpp400 removeCase(static_cast<const TestCase*>(node)); in remove()
409 void TestSet::removeCase (const TestCase* testCase) in removeCase() function in xe::TestSet
DxeTestCase.hpp167 void removeCase (const TestCase* testCase);
DxeBatchExecutor.cpp115 set.removeCase(testCase); in removeExecuted()
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp270 SI->removeCase(CI); // Does not invalidate the iterator. in processSwitch()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp656 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
DSimplifyCFG.cpp819 SI->removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()
3800 SI->removeCase(i); in SimplifyUnreachable()
4058 SI->removeCase(Case); in EliminateDeadSwitchCases()
DLocal.cpp168 SI->removeCase(i); in ConstantFoldTerminator()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp398 CI = SI.removeCase(CI); in processSwitch()
DSimpleLoopUnswitch.cpp656 SIW.removeCase(CaseI); in unswitchTrivialSwitch()
817 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp680 SIW.removeCase(CaseI); in unswitchTrivialSwitch()
841 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()
DCorrelatedValuePropagation.cpp388 CI = SI.removeCase(CI); in processSwitch()
DSCCP.cpp1922 SI.removeCase(CI); in removeNonFeasibleEdges()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp379 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1315 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
DSimplifyCFG.cpp883 SI.removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()
4311 i = SU.removeCase(i); in SimplifyUnreachable()
4565 SIW.removeCase(CaseI); in eliminateDeadSwitchCases()
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp4048 SwitchInst::CaseIt SwitchInst::removeCase(CaseIt I) { in removeCase() function in SwitchInst
4128 SwitchInstProfUpdateWrapper::removeCase(SwitchInst::CaseIt I) { in removeCase() function in SwitchInstProfUpdateWrapper
4139 return SI.removeCase(I); in removeCase()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1371 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
DSimplifyCFG.cpp926 SI.removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()
4464 i = SU.removeCase(i); in simplifyUnreachable()
4719 SIW.removeCase(CaseI); in eliminateDeadSwitchCases()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp390 Switch->removeCase(FinalCaseIt); in handleFinalSuspend()
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h3482 CaseIt removeCase(CaseIt I);
3532 SwitchInst::CaseIt removeCase(SwitchInst::CaseIt I);

12