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

/external/llvm/include/llvm/IR/
H A DInstVisitor.h174 RetTy visitCatchSwitchInst(CatchSwitchInst &I) { DELEGATE(TerminatorInst);} function in class:llvm::InstVisitor
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp501 void visitCatchSwitchInst(CatchSwitchInst &CPI) { function in class:__anon13409::SCCPSolver
/external/llvm/lib/IR/
H A DVerifier.cpp435 void visitCatchSwitchInst(CatchSwitchInst &CatchSwitch);
3499 void Verifier::visitCatchSwitchInst(CatchSwitchInst &CatchSwitch) { function in class:Verifier
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2778 void visitCatchSwitchInst(CatchSwitchInst &I) { function in struct:__anon13320::MemorySanitizerVisitor

Completed in 408 milliseconds