Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3101 CatchSwitch->removeHandler(I); in markAliveBlocks()
H A DSimplifyCFG.cpp5353 CSI->removeHandler(I); in simplifyUnreachable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4474 void removeHandler(handler_iterator HI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1151 void CatchSwitchInst::removeHandler(handler_iterator HI) { in removeHandler() function in CatchSwitchInst