LLVM  8.0.1
Functions
PatchableFunction.cpp File Reference
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetFrameLowering.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
Include dependency graph for PatchableFunction.cpp:

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

Function Documentation

◆ doesNotGeneratecode()

static bool doesNotGeneratecode ( const MachineInstr MI)
static