Home
last modified time | relevance | path

Searched refs:removeHandler (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4084 void removeHandler(handler_iterator HI);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3147 CatchSwitch->removeHandler(I); in markAliveBlocks()
H A DSimplifyCFG.cpp5421 CSI->removeHandler(I); in simplifyUnreachable()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1074 void CatchSwitchInst::removeHandler(handler_iterator HI) { in removeHandler() function in CatchSwitchInst