Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DInstVisitor.h252 RetTy visitCatchSwitchInst(CatchSwitchInst &I) { in visitCatchSwitchInst() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp299 void visitCatchSwitchInst(CatchSwitchInst &CPI) { in visitCatchSwitchInst() function in llvm::SCCPInstVisitor
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DVerifier.cpp535 void visitCatchSwitchInst(CatchSwitchInst &CatchSwitch);
4202 void Verifier::visitCatchSwitchInst(CatchSwitchInst &CatchSwitch) { in visitCatchSwitchInst() function in Verifier
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3980 void visitCatchSwitchInst(CatchSwitchInst &I) { in visitCatchSwitchInst() function