Skip to content

SageInterface::ensureBasicBlockAsBodyOfOmpBodyStmt

Check if the body of a SgOmpBodyStatement is a SgBasicBlock, create one if not

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgBasicBlock*
ensureBasicBlockAsBodyOfOmpBodyStmt(SgOmpBodyStatement* ompbodyStmt);

Return Value

This class represents the concept of a block (not a basic block from control flow analysis).

Created with MrDocs