Predator  [unstable] git snapshot
Public Member Functions | Data Fields
CfgEdge Struct Reference

single control-flow edge connecting instructions (no basic blocks here) More...

#include <fixed_point.hh>

Public Member Functions

 CfgEdge (const TLocIdx targetLoc_, const bool closesLoop_=false)
 true for loop-closing CFG edge

Data Fields

TLocIdx targetLoc
bool closesLoop
 the opposite adjacent location

Detailed Description

single control-flow edge connecting instructions (no basic blocks here)

Definition at line 99 of file fixed_point.hh.

Constructor & Destructor Documentation

CfgEdge ( const TLocIdx  targetLoc_,
const bool  closesLoop_ = false 
)
inline

true for loop-closing CFG edge

Definition at line 103 of file fixed_point.hh.

Field Documentation

bool closesLoop

the opposite adjacent location

Definition at line 101 of file fixed_point.hh.

TLocIdx targetLoc

Definition at line 100 of file fixed_point.hh.


The documentation for this struct was generated from the following file: