Searched refs:removeCase (Results 1 – 9 of 9) sorted by relevance
400 removeCase(static_cast<const TestCase*>(node)); in remove()409 void TestSet::removeCase (const TestCase* testCase) in removeCase() function in xe::TestSet
167 void removeCase (const TestCase* testCase);
115 set.removeCase(testCase); in removeExecuted()
280 SI->removeCase(CI); // Does not invalidate the iterator. in processSwitch()
670 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
167 SI->removeCase(i); in ConstantFoldTerminator()
724 SI->removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()3510 SI->removeCase(i); in SimplifyUnreachable()3722 SI->removeCase(Case); in EliminateDeadSwitchCases()
3193 void removeCase(CaseIt i);
3649 void SwitchInst::removeCase(CaseIt i) { in removeCase() function in SwitchInst