|
LLVM
4.0.0
|
#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/Target/TargetFrameLowering.h"#include "llvm/Target/TargetInstrInfo.h"#include "llvm/Target/TargetSubtargetInfo.h"Go to the source code of this file.
Functions | |
| static bool | doesNotGeneratecode (const MachineInstr &MI) |
Returns true if instruction MI will not result in actual machine code instructions. More... | |
|
static |
Returns true if instruction MI will not result in actual machine code instructions.
Definition at line 42 of file PatchableFunction.cpp.
References llvm::ISD::EH_LABEL, llvm::MachineInstr::getOpcode(), and llvm::AMDGPUISD::KILL.
1.8.6