Lines Matching defs:invoke
4847 /// Emits a simple call (never an invoke) to the given no-arguments
4878 /// Emits a simple call (never an invoke) to the given runtime function.
4891 /// Emits a call or invoke to the given noreturn runtime function.
4898 llvm::InvokeInst *invoke =
4904 invoke->setDoesNotReturn();
4905 invoke->setCallingConv(getRuntimeCC());
4914 /// Emits a call or invoke instruction to the given nullary runtime function.
4921 /// Emits a call or invoke instruction to the given runtime function.
4931 /// Emits a call or invoke instruction to the given function, depending
4944 llvm::BasicBlock *ContBB = createBasicBlock("invoke.cont");
5715 // Decide whether to use a call or an invoke.
5766 // Emit the actual call/invoke instruction.
5771 llvm::BasicBlock *Cont = createBasicBlock("invoke.cont");