|
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" |
| #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.