Searched refs:visitResumeInst (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h247 RetTy visitResumeInst(ResumeInst &I) { function in class:llvm::InstVisitor
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp334 bool visitResumeInst(ResumeInst &RI);
1691 bool CallAnalyzer::visitResumeInst(ResumeInst &RI) { function in class:CallAnalyzer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp651 void visitResumeInst (ResumeInst &I) { /*returns void*/ } function in class:__anon5717::SCCPSolver
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp490 void visitResumeInst(ResumeInst &RI);
3730 void Verifier::visitResumeInst(ResumeInst &RI) { function in class:Verifier
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp969 void visitResumeInst(ResumeInst &RI) { RetVec.push_back(&RI); } function in struct:__anon5585::FunctionStackPoisoner
H A DMemorySanitizer.cpp3660 void visitResumeInst(ResumeInst &I) {

Completed in 144 milliseconds