LLVM  8.0.1
Macros | Functions
SystemZLongBranch.cpp File Reference
#include "SystemZ.h"
#include "SystemZInstrInfo.h"
#include "SystemZTargetMachine.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <cstdint>
Include dependency graph for SystemZLongBranch.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "systemz-long-branch"
 

Functions

 STATISTIC (LongBranches, "Number of long branches.")
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "systemz-long-branch"

Definition at line 74 of file SystemZLongBranch.cpp.

Function Documentation

◆ STATISTIC()

STATISTIC ( LongBranches  ,
"Number of long branches."   
)