Add support for Master and Critical directive in the OMPIRBuilder. Both make use of a new common interface for emitting inlined OMP regions called emitInlinedRegion which was added in this patch as well.
Also this patch modifies clang to use the new directives when -fopenmp-enable-irbuilder commandline option is passed.
Can you add an assertion that the branch has only a single successor.