Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstVisitor.h251 RetTy visitCatchSwitchInst(CatchSwitchInst &I) { in visitCatchSwitchInst() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp295 void visitCatchSwitchInst(CatchSwitchInst &CPI) { in visitCatchSwitchInst() function in llvm::SCCPInstVisitor
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp551 void visitCatchSwitchInst(CatchSwitchInst &CatchSwitch);
4347 void Verifier::visitCatchSwitchInst(CatchSwitchInst &CatchSwitch) { in visitCatchSwitchInst() function in Verifier
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4000 void visitCatchSwitchInst(CatchSwitchInst &I) { in visitCatchSwitchInst() function