LLVM 22.0.0git
RISCVLateBranchOpt.cpp File Reference
#include "RISCVInstrInfo.h"
#include "RISCVSubtarget.h"

Go to the source code of this file.

Macros

#define RISCV_LATE_BRANCH_OPT_NAME   "RISC-V Late Branch Optimisation Pass"

Functions

 INITIALIZE_PASS (RISCVLateBranchOpt, "riscv-late-branch-opt", RISCV_LATE_BRANCH_OPT_NAME, false, false) bool RISCVLateBranchOpt

Macro Definition Documentation

◆ RISCV_LATE_BRANCH_OPT_NAME

#define RISCV_LATE_BRANCH_OPT_NAME   "RISC-V Late Branch Optimisation Pass"

Definition at line 20 of file RISCVLateBranchOpt.cpp.

Referenced by INITIALIZE_PASS().

Function Documentation

◆ INITIALIZE_PASS()