LLVM 20.0.0git
|
#include "X86.h"
#include "X86InstrInfo.h"
#include "X86Subtarget.h"
#include "llvm/CodeGen/MachineBasicBlock.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/IR/DebugLoc.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "x86-insert-wait" |
Functions | |
static bool | isX87ControlInstruction (MachineInstr &MI) |
static bool | isX87NonWaitingControlInstruction (MachineInstr &MI) |
#define DEBUG_TYPE "x86-insert-wait" |
Definition at line 35 of file X86InsertWait.cpp.
|
static |
Definition at line 58 of file X86InsertWait.cpp.
References MI.
|
static |
Definition at line 82 of file X86InsertWait.cpp.
References MI.