Searched defs:visitCatchSwitchInst (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | InstVisitor.h | 250 RetTy visitCatchSwitchInst(CatchSwitchInst &I) { in visitCatchSwitchInst() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | SCCPSolver.cpp | 635 void visitCatchSwitchInst(CatchSwitchInst &CPI) { visitCatchSwitchInst() function in llvm::SCCPInstVisitor |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Verifier.cpp | 4581 void Verifier::visitCatchSwitchInst(CatchSwitchInst &CatchSwitch) { visitCatchSwitchInst() function in Verifier |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | MemorySanitizer.cpp | 4485 void visitCatchSwitchInst(CatchSwitchInst &I) { visitCatchSwitchInst() function |