|
LLVM 22.0.0git
|
#include "Hexagon.h"#include "HexagonInstrInfo.h"#include "HexagonRegisterInfo.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SetVector.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/CodeGen/LiveInterval.h"#include "llvm/CodeGen/LiveIntervals.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineDominators.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/SlotIndexes.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/IR/DebugLoc.h"#include "llvm/IR/Function.h"#include "llvm/InitializePasses.h"#include "llvm/MC/LaneBitmask.h"#include "llvm/Pass.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <iterator>#include <map>#include <set>#include <utility>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "expand-condsets" |
Functions | |
| INITIALIZE_PASS_BEGIN (HexagonExpandCondsets, "expand-condsets", "Hexagon Expand Condsets", false, false) INITIALIZE_PASS_END(HexagonExpandCondsets | |
Variables | |
| static cl::opt< unsigned > | OptTfrLimit ("expand-condsets-tfr-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of mux expansions")) |
| static cl::opt< unsigned > | OptCoaLimit ("expand-condsets-coa-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of segment coalescings")) |
| expand | condsets |
| expand Hexagon Expand | Condsets |
| expand Hexagon Expand | false |
| #define DEBUG_TYPE "expand-condsets" |
Definition at line 123 of file HexagonExpandCondsets.cpp.
| INITIALIZE_PASS_BEGIN | ( | HexagonExpandCondsets | , |
| "expand-condsets" | , | ||
| "Hexagon Expand Condsets" | , | ||
| false | , | ||
| false | ) |
References INITIALIZE_PASS_DEPENDENCY.
| expand Hexagon Expand Condsets |
Definition at line 249 of file HexagonExpandCondsets.cpp.
| expand condsets |
Definition at line 248 of file HexagonExpandCondsets.cpp.
| expand Hexagon Expand false |
Definition at line 249 of file HexagonExpandCondsets.cpp.
|
static |