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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h416 bool visitInvokeInst(InvokeInst &II) { return false; } function in struct:llvm::IROutliner::InstructionAllowed
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h221 RetTy visitInvokeInst(InvokeInst &I) { DELEGATE(CallBase); } function in class:llvm::InstVisitor
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h584 InstrType visitInvokeInst(InvokeInst &II) { return Illegal; } function in struct:llvm::IRSimilarity::IRInstructionMapper::InstructionClassification
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h151 Instruction *visitInvokeInst(InvokeInst &II);
H A DInstCombineCalls.cpp3429 Instruction *InstCombinerImpl::visitInvokeInst(InvokeInst &II) { function in class:InstCombinerImpl
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp646 void visitInvokeInst(InvokeInst &II) { function in class:llvm::SCCPInstVisitor
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp553 void visitInvokeInst(InvokeInst &II);
3787 void Verifier::visitInvokeInst(InvokeInst &II) { function in class:Verifier

Completed in 206 milliseconds