|
LLVM 22.0.0git
|
#include "RISCV.h"#include "RISCVTargetMachine.h"#include "llvm/ADT/Statistic.h"#include "llvm/Analysis/ValueTracking.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/IR/Dominators.h"#include "llvm/IR/IRBuilder.h"#include "llvm/IR/InstVisitor.h"#include "llvm/IR/Intrinsics.h"#include "llvm/IR/PatternMatch.h"#include "llvm/InitializePasses.h"#include "llvm/Pass.h"#include "llvm/Transforms/Utils/Local.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "riscv-codegenprepare" |
| #define | PASS_NAME "RISC-V CodeGenPrepare" |
Functions | |
| INITIALIZE_PASS_BEGIN (RISCVCodeGenPrepareLegacyPass, DEBUG_TYPE, PASS_NAME, false, false) INITIALIZE_PASS_END(RISCVCodeGenPrepareLegacyPass | |
Variables | |
| DEBUG_TYPE | |
| PASS_NAME | |
| false | |
| #define DEBUG_TYPE "riscv-codegenprepare" |
Definition at line 32 of file RISCVCodeGenPrepare.cpp.
| #define PASS_NAME "RISC-V CodeGenPrepare" |
Definition at line 33 of file RISCVCodeGenPrepare.cpp.
| INITIALIZE_PASS_BEGIN | ( | RISCVCodeGenPrepareLegacyPass | , |
| DEBUG_TYPE | , | ||
| PASS_NAME | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE, INITIALIZE_PASS_DEPENDENCY, and PASS_NAME.
| DEBUG_TYPE |
Definition at line 307 of file RISCVCodeGenPrepare.cpp.
| false |
Definition at line 307 of file RISCVCodeGenPrepare.cpp.
| PASS_NAME |
Definition at line 307 of file RISCVCodeGenPrepare.cpp.