Home
last modified time | relevance | path

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

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