On Wed, Dec 02, 2015 at 10:40:13AM -0700, Jeff Law wrote: > Why not use "unmasked" and "masked" instead of "notinbranch" and "inbranch"? > If those terms come from OpenMP or are in use by other compilers (llvm, icc, > whatever), then I guess we should stick with them. Otherwise we should > consider [un]masked which are consistent with the vector abi document.
notinbranch/inbranch are OpenMP clauses used for this purpose. Jakub