LLVM 19.0.0git
Macros | Functions
PPCEarlyReturn.cpp File Reference
#include "MCTargetDesc/PPCPredicates.h"
#include "PPC.h"
#include "PPCInstrBuilder.h"
#include "PPCInstrInfo.h"
#include "PPCMachineFunctionInfo.h"
#include "PPCTargetMachine.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineMemOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "ppc-early-ret"
 

Functions

 STATISTIC (NumBCLR, "Number of early conditional returns")
 
 STATISTIC (NumBLR, "Number of early returns")
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "ppc-early-ret"

Definition at line 35 of file PPCEarlyReturn.cpp.

Function Documentation

◆ STATISTIC() [1/2]

STATISTIC ( NumBCLR  ,
"Number of early conditional returns"   
)

◆ STATISTIC() [2/2]

STATISTIC ( NumBLR  ,
"Number of early returns"   
)