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

/external/deqp/executor/
H A DxeTestCase.hpp167 void removeCase (const TestCase* testCase);
H A DxeTestCase.cpp400 removeCase(static_cast<const TestCase*>(node));
409 void TestSet::removeCase (const TestCase* testCase) function in class:TestSet
H A DxeBatchExecutor.cpp115 set.removeCase(testCase);
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp280 SI->removeCase(CI); // Does not invalidate the iterator.
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp670 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1));
H A DLocal.cpp167 SI->removeCase(i);
H A DSimplifyCFG.cpp724 SI->removeCase(i);
3510 SI->removeCase(i);
3722 SI->removeCase(Case);
/external/llvm/include/llvm/IR/
H A DInstructions.h3187 /// removeCase - This method removes the specified case and its successor
3193 void removeCase(CaseIt i);
/external/llvm/lib/IR/
H A DInstructions.cpp3647 /// removeCase - This method removes the specified case and its successor
3649 void SwitchInst::removeCase(CaseIt i) {

Completed in 218 milliseconds