Searched refs:CannotThrow (Results 1 – 1 of 1) sorted by relevance
3498 bool CannotThrow; in EmitCall() local3501 CannotThrow = false; in EmitCall()3506 CannotThrow = true; in EmitCall()3509 CannotThrow = Attrs.hasAttribute(llvm::AttributeSet::FunctionIndex, in EmitCall()3512 llvm::BasicBlock *InvokeDest = CannotThrow ? nullptr : getInvokeDest(); in EmitCall()