|
GTPin
|
Class that represents an edge between basic blocks of the Control Flow Graph. More...
#include <igt_cfg.h>
Public Member Functions | |
| virtual const IGtBbl & | SrcBbl () const =0 |
| Return source BBL of this edge. | |
| virtual const IGtBbl & | DstBbl () const =0 |
| Return destination BBL of this edge. | |
| virtual bool | IsFallThrough () const =0 |
| Return true for the fallthrough edge. | |
Class that represents an edge between basic blocks of the Control Flow Graph.
Copyright (C) 2013-2025 Intel Corporation
SPDX-License-Identifier: MIT
1.7.4