Skip to content

SageBuilder::buildBasicBlock_nfi

Build a SgBasicBlock and set its parent. This function does NOT link the parent scope to the block.

Synopses

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgBasicBlock*
buildBasicBlock_nfi();
SgBasicBlock*
buildBasicBlock_nfi(std::vector<SgStatement*> const&);

Build a SgBasicBlock and set its parent. This function does NOT link the parent scope to the block.

Created with MrDocs