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 #pragma once
10 
11 namespace llvm {
12     class ModulePass;
13 }
14 
15 llvm::ModulePass* createBIFTransformsPass();
16