LLVM
8.0.1
|
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "expand-isel-pseudos" |
Functions | |
INITIALIZE_PASS (ExpandISelPseudos, DEBUG_TYPE, "Expand ISel Pseudo-instructions", false, false) bool ExpandISelPseudos | |
#define DEBUG_TYPE "expand-isel-pseudos" |
Definition at line 25 of file ExpandISelPseudos.cpp.
INITIALIZE_PASS | ( | ExpandISelPseudos | , |
DEBUG_TYPE | , | ||
"Expand ISel Pseudo-instructions" | , | ||
false | , | ||
false | |||
) |
Definition at line 44 of file ExpandISelPseudos.cpp.
References llvm::MachineBasicBlock::begin(), E, llvm::TargetLowering::EmitInstrWithCustomInserter(), llvm::MachineBasicBlock::end(), llvm::ilist_node_impl< OptionsT >::getIterator(), I, MI, and llvm::MachineInstr::usesCustomInsertionHook().