Searched defs:visitInvokeInst (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h173 void visitInvokeInst(InvokeInst &I) { visitCallSite (CallSite (&I)); } function in class:llvm::Interpreter
/external/llvm/include/llvm/
H A DInstVisitor.h222 RetTy visitInvokeInst(InvokeInst &I) { function in class:llvm::InstVisitor
/external/llvm/lib/Analysis/
H A DLint.cpp78 void visitInvokeInst(InvokeInst &I);
351 void Lint::visitInvokeInst(InvokeInst &I) { function in class:Lint
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp757 Instruction *InstCombiner::visitInvokeInst(InvokeInst &II) { function in class:InstCombiner
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp488 void visitInvokeInst (InvokeInst &II) { function in class:__anon9956::SCCPSolver
/external/llvm/lib/IR/
H A DVerifier.cpp275 void visitInvokeInst(InvokeInst &II);
1391 void Verifier::visitInvokeInst(InvokeInst &II) { function in class:Verifier

Completed in 449 milliseconds