Searched refs:CannotThrow (Results 1 – 1 of 1) sorted by relevance
3914 bool CannotThrow; in EmitCall() local3917 CannotThrow = false; in EmitCall()3922 CannotThrow = true; in EmitCall()3925 CannotThrow = Attrs.hasAttribute(llvm::AttributeSet::FunctionIndex, in EmitCall()3928 llvm::BasicBlock *InvokeDest = CannotThrow ? nullptr : getInvokeDest(); in EmitCall()