SageBuilder::buildBasicBlock_nfi
Build a SgBasicBlock and set its parent. This function does NOT link the parent scope to the block.
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
SgBasicBlock*
buildBasicBlock_nfi(SgScopeStatement* parent);
Return Value
This class represents the concept of a block (not a basic block from control flow analysis).
Parameters
Name |
Description |
parent |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs