Searched refs:CannotThrow (Results 1 – 1 of 1) sorted by relevance
5200 bool CannotThrow; in EmitCall() local5203 CannotThrow = false; in EmitCall()5209 CannotThrow = true; in EmitCall()5212 CannotThrow = Attrs.hasFnAttribute(llvm::Attribute::NoUnwind); in EmitCall()5216 CannotThrow = true; in EmitCall()5227 llvm::BasicBlock *InvokeDest = CannotThrow ? nullptr : getInvokeDest(); in EmitCall()