Searched refs:visitInvokeInst (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h155 void visitInvokeInst(InvokeInst &I) { visitCallSite (CallSite (&I)); } function in class:llvm::Interpreter
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h226 RetTy visitInvokeInst(InvokeInst &I) { function in class:llvm::InstVisitor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp104 void visitInvokeInst(InvokeInst &I);
398 void Lint::visitInvokeInst(InvokeInst &I) { function in class:Lint
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h426 Instruction *visitInvokeInst(InvokeInst &II);
H A DInstCombineCalls.cpp4212 Instruction *InstCombiner::visitInvokeInst(InvokeInst &II) { function in class:InstCombiner
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp640 void visitInvokeInst (InvokeInst &II) { function in class:__anon2751::SCCPSolver
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp463 void visitInvokeInst(InvokeInst &II);
3150 void Verifier::visitInvokeInst(InvokeInst &II) { function in class:Verifier

Completed in 240 milliseconds