Searched refs:nomerge (Results 1 – 7 of 7) sorted by relevance
179 def NoMerge : EnumAttr<"nomerge", [FnAttr]>;
155 // Parallels the nomerge attribute on LLVM IR functions.
723 bool nomerge = false; in EmitAttributedStmt() local733 nomerge = true; in EmitAttributedStmt()756 SaveAndRestore save_nomerge(InNoMergeAttributedStmt, nomerge); in EmitAttributedStmt()
242 pr->flags.nomerge = TRUE; in __kmp_dispatch_init_algorithm()246 pr->flags.nomerge = FALSE; in __kmp_dispatch_init_algorithm()2227 } else if (pr->flags.nomerge) { in __kmp_dispatch_next()
1886 unsigned nomerge : 1; member
550 If a statement is marked ``nomerge`` and contains call expressions, those call559 ``nomerge`` attribute can also be used as function attribute to prevent all565 [[clang::nomerge]] void foo(int) {}573 ``nomerge`` attribute can also be used for pointers to functions to579 [[clang::nomerge]] void (*foo)(int);584 if (x) ptr(1); else ptr(2); // 'ptr' has no 'nomerge' attribute, can be merged
1679 let Spellings = [Clang<"nomerge">];