Searched defs:visitResumeInst (Results 1 - 4 of 4) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
H A D | InstVisitor.h | 170 RetTy visitResumeInst(ResumeInst &I) { DELEGATE(TerminatorInst);} function in class:llvm::InstVisitor |
/external/llvm/lib/Analysis/ | ||
H A D | InlineCost.cpp | 158 bool visitResumeInst(ResumeInst &RI); 902 bool CallAnalyzer::visitResumeInst(ResumeInst &RI) { function in class:CallAnalyzer |
/external/llvm/lib/Transforms/Scalar/ | ||
H A D | SCCP.cpp | 503 void visitResumeInst (TerminatorInst &I) { /*returns void*/ } function in class:__anon12981::SCCPSolver |
/external/llvm/lib/Transforms/Instrumentation/ | ||
H A D | MemorySanitizer.cpp | 2736 void visitResumeInst(ResumeInst &I) { function in struct:__anon12888::MemorySanitizerVisitor |
Completed in 173 milliseconds