Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h249 RetTy visitCatchSwitchInst(CatchSwitchInst &I) { in visitCatchSwitchInst() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp299 void visitCatchSwitchInst(CatchSwitchInst &CPI) { in visitCatchSwitchInst() function in llvm::SCCPInstVisitor
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp535 void visitCatchSwitchInst(CatchSwitchInst &CatchSwitch);
4236 void Verifier::visitCatchSwitchInst(CatchSwitchInst &CatchSwitch) { in visitCatchSwitchInst() function in Verifier
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3958 void visitCatchSwitchInst(CatchSwitchInst &I) { in visitCatchSwitchInst() function