LLVM 19.0.0git
Macros | Functions
ARMBranchTargets.cpp File Reference
#include "ARM.h"
#include "ARMInstrInfo.h"
#include "ARMMachineFunctionInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/Support/Debug.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "arm-branch-targets"
 
#define ARM_BRANCH_TARGETS_NAME   "ARM Branch Targets"
 

Functions

 INITIALIZE_PASS (ARMBranchTargets, "arm-branch-targets", ARM_BRANCH_TARGETS_NAME, false, false) void ARMBranchTargets
 

Macro Definition Documentation

◆ ARM_BRANCH_TARGETS_NAME

#define ARM_BRANCH_TARGETS_NAME   "ARM Branch Targets"

Definition at line 29 of file ARMBranchTargets.cpp.

◆ DEBUG_TYPE

#define DEBUG_TYPE   "arm-branch-targets"

Definition at line 28 of file ARMBranchTargets.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( ARMBranchTargets  ,
"arm-branch-targets"  ,
ARM_BRANCH_TARGETS_NAME  ,
false  ,
false   
)