LLVM  8.0.1
Macros | Variables
LegalizeTypes.cpp File Reference
#include "LegalizeTypes.h"
#include "SDNodeDbgValue.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for LegalizeTypes.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "legalize-types"
 

Variables

static cl::opt< boolEnableExpensiveChecks ("enable-legalize-types-checking", cl::Hidden)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "legalize-types"

Definition at line 27 of file LegalizeTypes.cpp.

Variable Documentation

◆ EnableExpensiveChecks

cl::opt<bool> EnableExpensiveChecks("enable-legalize-types-checking", cl::Hidden)
static