1 /*========================== begin_copyright_notice ============================
2 
3 Copyright (C) 2017-2021 Intel Corporation
4 
5 SPDX-License-Identifier: MIT
6 
7 ============================= end_copyright_notice ===========================*/
8 
9 #ifndef _CFGSTRUCTURIZER_H_
10 #define _CFGSTRUCTURIZER_H_
11 namespace vISA
12 {
13 class FlowGraph;
14 }
15 void doCFGStructurize(vISA::FlowGraph *FG);
16 
17 #endif
18