Skip to content

SageBuilder::buildBasicBlock

Build a SgBasicBlock, setting file info internally

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgBasicBlock*
buildBasicBlock(
    SgStatement* stmt1 = NULL,
    SgStatement* stmt2 = NULL,
    SgStatement* stmt3 = NULL,
    SgStatement* stmt4 = NULL,
    SgStatement* stmt5 = NULL,
    SgStatement* stmt6 = NULL,
    SgStatement* stmt7 = NULL,
    SgStatement* stmt8 = NULL,
    SgStatement* stmt9 = NULL,
    SgStatement* stmt10 = NULL);

Return Value

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

Parameters

Name

Description

stmt1

This class represents the notion of a statement.

stmt2

This class represents the notion of a statement.

stmt3

This class represents the notion of a statement.

stmt4

This class represents the notion of a statement.

stmt5

This class represents the notion of a statement.

stmt6

This class represents the notion of a statement.

stmt7

This class represents the notion of a statement.

stmt8

This class represents the notion of a statement.

stmt9

This class represents the notion of a statement.

stmt10

This class represents the notion of a statement.

Created with MrDocs