Home
last modified time | relevance | path

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

/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.cpp280 SI->removeCase(CI); // Does not invalidate the iterator. in processSwitch()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp670 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
DLocal.cpp167 SI->removeCase(i); in ConstantFoldTerminator()
DSimplifyCFG.cpp724 SI->removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()
3510 SI->removeCase(i); in SimplifyUnreachable()
3722 SI->removeCase(Case); in EliminateDeadSwitchCases()
/external/llvm/include/llvm/IR/
DInstructions.h3193 void removeCase(CaseIt i);
/external/llvm/lib/IR/
DInstructions.cpp3649 void SwitchInst::removeCase(CaseIt i) { in removeCase() function in SwitchInst