LLVM
22.0.0git
include
llvm
CodeGen
MIRFSDiscriminatorOptions.h
Go to the documentation of this file.
1
//===----------------------------------------------------------------------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
// Command line options for MIR Flow Sensitive discriminators.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#ifndef LLVM_CODEGEN_MIRFSDISCRIMINATOR_OPTIONS_H
14
#define LLVM_CODEGEN_MIRFSDISCRIMINATOR_OPTIONS_H
15
16
#include "
llvm/Support/CommandLine.h
"
17
18
namespace
llvm
{
19
extern
cl::opt<bool>
ImprovedFSDiscriminator
;
20
}
// namespace llvm
21
22
#endif
// LLVM_CODEGEN_MIRFSDISCRIMINATOR_OPTIONS_H
CommandLine.h
llvm::cl::opt
Definition
CommandLine.h:1455
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition
AddressRanges.h:18
llvm::ImprovedFSDiscriminator
cl::opt< bool > ImprovedFSDiscriminator
Generated on
for LLVM by
1.14.0