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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h338 bool visitInvokeInst(InvokeInst &II) { return false; } function in struct:llvm::IROutliner::InstructionAllowed
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h220 RetTy visitInvokeInst(InvokeInst &I) { DELEGATE(CallBase); } function in class:llvm::InstVisitor
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h416 InstrType visitInvokeInst(InvokeInst &II) { return Illegal; } function in struct:llvm::IRSimilarity::IRInstructionMapper::InstructionClassification
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp312 void visitInvokeInst(InvokeInst &II) { function in class:llvm::SCCPInstVisitor
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1997 Instruction *InstCombinerImpl::visitInvokeInst(InvokeInst &II) { function in class:InstCombinerImpl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp3469 void Verifier::visitInvokeInst(InvokeInst &II) { function in class:Verifier

Completed in 156 milliseconds