Home | History | Annotate | Download | only in Utils

Lines Matching refs:InvokeInst

38 bool llvm::InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI,
53 InvokeInliningInfo(InvokeInst *II)
209 InvokeInst *II = InvokeInst::Create(CI->getCalledValue(), Split,
237 static void HandleInlinedInvoke(InvokeInst *II, BasicBlock *FirstNewBlock,
251 if (InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator()))
540 if (const InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) {
553 if (const InvokeInst *II = dyn_cast<InvokeInst>(I->getTerminator())) {
746 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall))
761 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) {
793 if (InvokeInst *II = dyn_cast<InvokeInst>(TheCall)) {