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()
263 SI->removeCase(CI); // Does not invalidate the iterator. in processSwitch()
666 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1)); in emitCallAndSwitchStatement()
164 SI->removeCase(i); in ConstantFoldTerminator()
701 SI->removeCase(i); in SimplifyEqualityComparisonWithOnlyPredecessor()3084 SI->removeCase(i); in SimplifyUnreachable()3281 SI->removeCase(Case); in EliminateDeadSwitchCases()
2887 void removeCase(CaseIt i);
3362 void SwitchInst::removeCase(CaseIt i) { in removeCase() function in SwitchInst