LLVM API Documentation
#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/Support/Debug.h"#include "llvm/Target/TargetLowering.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Target/TargetSubtargetInfo.h"
Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "expand-isel-pseudos" |
Functions | |
| INITIALIZE_PASS (ExpandISelPseudos,"expand-isel-pseudos","Expand ISel Pseudo-instructions", false, false) bool ExpandISelPseudos | |
| #define DEBUG_TYPE "expand-isel-pseudos" |
Definition at line 26 of file ExpandISelPseudos.cpp.
| INITIALIZE_PASS | ( | ExpandISelPseudos | , |
| "expand-isel-pseudos" | , | ||
| "Expand ISel Pseudo-instructions" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 45 of file ExpandISelPseudos.cpp.
References llvm::MachineBasicBlock::begin(), llvm::TargetLowering::EmitInstrWithCustomInserter(), llvm::MachineBasicBlock::end(), I, llvm::AArch64CC::MI, and llvm::MachineInstr::usesCustomInsertionHook().