LLVM 22.0.0git
|
#include "Hexagon.h"
#include "HexagonInstrInfo.h"
#include "HexagonSubtarget.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.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/MachineOperand.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <cstdint>
#include <cstdlib>
#include <iterator>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "hexagon-brelax" |
Functions | |
INITIALIZE_PASS (HexagonBranchRelaxation, "hexagon-brelax", "Hexagon Branch Relaxation", false, false) FunctionPass *llvm | |
Variables | |
static cl::opt< uint32_t > | BranchRelaxSafetyBuffer ("branch-relax-safety-buffer", cl::init(200), cl::Hidden, cl::desc("safety buffer size")) |
#define DEBUG_TYPE "hexagon-brelax" |
Definition at line 30 of file HexagonBranchRelaxation.cpp.
INITIALIZE_PASS | ( | HexagonBranchRelaxation | , |
"hexagon-brelax" | , | ||
"Hexagon Branch Relaxation" | , | ||
false | , | ||
false | |||
) |
Definition at line 76 of file HexagonBranchRelaxation.cpp.