Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NoUnwind

735       FuncAttrs |= llvm::Attribute::NoUnwind;
739 FuncAttrs |= llvm::Attribute::NoUnwind;
748 // 'const' and 'pure' attribute functions are also nounwind.
751 FuncAttrs |= llvm::Attribute::NoUnwind;
754 FuncAttrs |= llvm::Attribute::NoUnwind;
1755 if (!(Attrs.getFnAttributes() & llvm::Attribute::NoUnwind))