Home
last modified time | relevance | path

Searched defs:visitCatchReturnInst (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h247 RetTy visitCatchReturnInst(CatchReturnInst &I) { in visitCatchReturnInst() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2501 bool CallAnalyzer::visitCatchReturnInst(CatchReturnInst &CRI) { in visitCatchReturnInst() function in CallAnalyzer
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4533 void Verifier::visitCatchReturnInst(CatchReturnInst &CatchReturn) { in visitCatchReturnInst() function in Verifier
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4802 void visitCatchReturnInst(CatchReturnInst &CRI) { in visitCatchReturnInst() function