Home
last modified time | relevance | path

Searched defs:visitCatchSwitchInst (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h250 RetTy visitCatchSwitchInst(CatchSwitchInst &I) { in visitCatchSwitchInst() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp659 void visitCatchSwitchInst(CatchSwitchInst &CPI) { in visitCatchSwitchInst() function in llvm::SCCPInstVisitor
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4721 void Verifier::visitCatchSwitchInst(CatchSwitchInst &CatchSwitch) { in visitCatchSwitchInst() function in Verifier
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4746 void visitCatchSwitchInst(CatchSwitchInst &I) { in visitCatchSwitchInst() function