LLVM
8.0.1
|
#include "X86.h"
#include "X86InstrInfo.h"
#include "X86Subtarget.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "x86-fixup-setcc" |
Functions | |
STATISTIC (NumSubstZexts, "Number of setcc + zext pairs substituted") | |
#define DEBUG_TYPE "x86-fixup-setcc" |
Definition at line 33 of file X86FixupSetCC.cpp.
STATISTIC | ( | NumSubstZexts | , |
"Number of setcc + zext pairs substituted" | |||
) |