Searched defs:visitResumeInst (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstVisitor.h170 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);} function in class:llvm::InstVisitor
/external/llvm/lib/Analysis/
H A DInlineCost.cpp158 bool visitResumeInst(ResumeInst &RI);
902 bool CallAnalyzer::visitResumeInst(ResumeInst &RI) { function in class:CallAnalyzer
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp503 void visitResumeInst (TerminatorInst &I) { /*returns void*/ } function in class:__anon12981::SCCPSolver
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2736 void visitResumeInst(ResumeInst &I) { function in struct:__anon12888::MemorySanitizerVisitor

Completed in 173 milliseconds